Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
Add new datetimepicker labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Mar 14, 2022
1 parent 6d070b6 commit f5690fa
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/components/ModuleFields/Editor/DateTime.vue
Expand Up @@ -41,7 +41,10 @@
:only-future="field.options.onlyFutureValues"
:only-past="field.options.onlyPastValues"
:labels="{
none: $t('general:label.none')
clear: $t('general:label.clear'),
none: $t('general:label.none'),
now: $t('general:label.now'),
today: $t('general:label.today'),
}"
/>
</multi>
Expand All @@ -56,7 +59,10 @@
:only-future="field.options.onlyFutureValues"
:only-past="field.options.onlyPastValues"
:labels="{
none: $t('general:label.none')
clear: $t('general:label.clear'),
none: $t('general:label.none'),
now: $t('general:label.now'),
today: $t('general:label.today'),
}"
/>
<errors :errors="errors" />
Expand Down

0 comments on commit f5690fa

Please sign in to comment.