diff --git a/src/components/ModuleFields/Editor/DateTime.vue b/src/components/ModuleFields/Editor/DateTime.vue index 3050471d1..f27e8dc32 100644 --- a/src/components/ModuleFields/Editor/DateTime.vue +++ b/src/components/ModuleFields/Editor/DateTime.vue @@ -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'), }" /> @@ -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'), }" />