chore: rename i18n key for datemath help
This commit is contained in:
parent
a6480cdb75
commit
4195953696
3 changed files with 57 additions and 57 deletions
|
|
@ -47,9 +47,9 @@
|
|||
/>
|
||||
|
||||
<p>
|
||||
{{ $t('input.datepickerRange.math.canuse') }}
|
||||
{{ $t('input.datemathHelp.canuse') }}
|
||||
<BaseButton class="has-text-primary" @click="showHowItWorks = true">
|
||||
{{ $t('input.datepickerRange.math.learnhow') }}
|
||||
{{ $t('input.datemathHelp.learnhow') }}
|
||||
</BaseButton>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
Reference in a new issue