chore: rename i18n key for datemath help

This commit is contained in:
kolaente 2022-02-20 21:13:42 +01:00
parent a6480cdb75
commit 4195953696
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
3 changed files with 57 additions and 57 deletions

View file

@ -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>