Merge pull request #41506 from nextcloud/Valdnet-patch-1

Correct spelling
This commit is contained in:
Ferdinand Thiessen 2023-11-16 02:47:23 +01:00 committed by GitHub
commit 0d4ece537a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -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">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long