Skip to content

Commit

Permalink
docs(sync windows): rename Sunday-Saturday (argoproj#19885) (argoproj…
Browse files Browse the repository at this point in the history
…#19886)

* fix(sync windows): rename Sunday-Saturday

Sunday-Saturday is ambiguous. It could mean:

- sunday and saturday ONLY
- from sunday to saturday (=every day of the week)

In order to disambiguate, we could change the label to one of the
following:

- Every Day of the Week
- Sunday to Saturday
- From Sunday to Saturday

Signed-off-by: Thiago Perrotta <tbperrotta@gmail.com>

* Update ui/src/app/settings/components/project-sync-windows-edit/project-sync-windows-edit.tsx

Co-authored-by: Dan Garfield <dan@codefresh.io>
Signed-off-by: Thiago Perrotta <tbperrotta@gmail.com>

---------

Signed-off-by: Thiago Perrotta <tbperrotta@gmail.com>
Co-authored-by: Dan Garfield <dan@codefresh.io>
  • Loading branch information
thiagowfx and todaywasawesome committed Sep 12, 2024
1 parent 02df741 commit 022c4fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ class ScheduleWrapper extends React.Component<ScheduleProps, any> {
this.setValues(dowValues, 4);
}}>
<option key='wildcard' value='*' className='project-sync-windows-panel__text-wrapper'>
Sunday-Saturday
Every Day
</option>
<option key='0' value='0'>
Sun
Expand Down

0 comments on commit 022c4fd

Please sign in to comment.