Skip to content

Commit

Permalink
Correct spelling
Browse files Browse the repository at this point in the history
Unification of spelling in Transifex.

Signed-off-by: Valdnet <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
Valdnet authored and nextcloud-command committed Nov 15, 2023
1 parent ce6e3a3 commit b9473b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions core/src/components/GlobalSearch/CustomDateRangeModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
<NcDateTimePicker :id="'globalsearch-custom-date-range-start'"
v-model="dateFilter.startFrom"
:max="new Date()"
:label="t('core', 'Pick start date')"
:label="t('core', 'Pick a start date')"
type="date" />
<NcDateTimePicker :id="'globalsearch-custom-date-range-end'"
v-model="dateFilter.endAt"
:max="new Date()"
:label="t('core', 'Pick end date')"
:label="t('core', 'Pick an end date')"
type="date" />
</div>
<NcButton @click="applyCustomRange">
Expand Down
4 changes: 2 additions & 2 deletions dist/core-global-search.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/core-global-search.js.map

Large diffs are not rendered by default.

0 comments on commit b9473b4

Please sign in to comment.