mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -04:00
Merge pull request #41506 from nextcloud/Valdnet-patch-1
Correct spelling
This commit is contained in:
commit
0d4ece537a
3 changed files with 5 additions and 5 deletions
|
|
@ -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">
|
||||
|
|
|
|||
4
dist/core-global-search.js
vendored
4
dist/core-global-search.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-global-search.js.map
vendored
2
dist/core-global-search.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue