chore: change the forgot password link

This commit is contained in:
kolaente 2021-11-28 15:44:03 +01:00
parent 365c071db0
commit 8faf2ab893
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 2 additions and 1 deletions

View File

@ -36,6 +36,7 @@
"password": "Password",
"passwordRepeat": "Retype your password",
"passwordPlaceholder": "e.g. •••••••••••",
"forgotPassword": "Forgot your password?",
"resetPassword": "Reset your password",
"resetPasswordAction": "Send me a password reset link",
"resetPasswordSuccess": "Check your inbox! You should have an e-mail with instructions on how to reset your password.",

View File

@ -73,7 +73,7 @@
</div>
<div class="control">
<router-link :to="{ name: 'user.password-reset.request' }" class="reset-password-link">
{{ $t('user.auth.resetPassword') }}
{{ $t('user.auth.forgotPassword') }}
</router-link>
</div>
</div>