Skip to content

Commit b9473b4

Browse files
Valdnetnextcloud-command
authored andcommitted
Correct spelling
Unification of spelling in Transifex. Signed-off-by: Valdnet <[email protected]> Signed-off-by: nextcloud-command <[email protected]>
1 parent ce6e3a3 commit b9473b4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

core/src/components/GlobalSearch/CustomDateRangeModal.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
<NcDateTimePicker :id="'globalsearch-custom-date-range-start'"
1515
v-model="dateFilter.startFrom"
1616
:max="new Date()"
17-
:label="t('core', 'Pick start date')"
17+
:label="t('core', 'Pick a start date')"
1818
type="date" />
1919
<NcDateTimePicker :id="'globalsearch-custom-date-range-end'"
2020
v-model="dateFilter.endAt"
2121
:max="new Date()"
22-
:label="t('core', 'Pick end date')"
22+
:label="t('core', 'Pick an end date')"
2323
type="date" />
2424
</div>
2525
<NcButton @click="applyCustomRange">

dist/core-global-search.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/core-global-search.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)