This commit is contained in:
mahula 2023-02-07 10:20:28 +01:00 committed by GitHub
parent 267447d88f
commit 49ce7e5e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@
<message
:headline="success ? $t('message.title') : $t('message.errorTitle')"
:subtitle="success ? $t('message.email') : $t('error.email-already-sent')"
:data-test="success ? forgot - password - success : forgot - password - error"
:data-test="success ? forgot-password-success : forgot-password-error"
:buttonText="$t('login')"
linkTo="/login"
/>