diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2023-11-15 16:00:47 +0100 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-11-15 19:26:58 +0000 |
commit | b9473b46ad5e6880b016c3600426e7fddab4b153 (patch) | |
tree | 82073a55d821d392c856f63e2754a44cb381beb3 /core/src/components | |
parent | ce6e3a3a01ee33fb010382cb33f527dcb8989544 (diff) | |
download | nextcloud-server-b9473b46ad5e6880b016c3600426e7fddab4b153.tar.gz nextcloud-server-b9473b46ad5e6880b016c3600426e7fddab4b153.zip |
Correct spelling
Unification of spelling in Transifex.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core/src/components')
-rw-r--r-- | core/src/components/GlobalSearch/CustomDateRangeModal.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/components/GlobalSearch/CustomDateRangeModal.vue b/core/src/components/GlobalSearch/CustomDateRangeModal.vue index aca37b3c71b..8cbcc650090 100644 --- a/core/src/components/GlobalSearch/CustomDateRangeModal.vue +++ b/core/src/components/GlobalSearch/CustomDateRangeModal.vue @@ -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"> |