Skip to content

Commit

Permalink
Merge pull request #41506 from nextcloud/Valdnet-patch-1
Browse files Browse the repository at this point in the history
Correct spelling
  • Loading branch information
susnux authored Nov 16, 2023
2 parents f4d8681 + b9473b4 commit 0d4ece5
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 0d4ece5

Please sign in to comment.