Fix translation of ForgotPassword login button text

This commit is contained in:
Wolfgang Huß 2022-04-21 08:46:57 +02:00
parent 0e0b5aef09
commit ef6b3c78df

View File

@ -42,14 +42,14 @@
v-if="success"
:headline="$t('site.thx.title')"
:subtitle="$t('site.thx.email')"
buttonText="login"
:buttonText="$t('login')"
linkTo="/login"
/>
<message
v-else
:headline="$t('site.thx.errorTitle')"
:subtitle="$t('error.email-already-sent')"
buttonText="login"
:buttonText="$t('login')"
linkTo="/login"
/>
<!-- eslint-enable @intlify/vue-i18n/no-dynamic-keys-->