Change the text if the account is not activated yet and changed the button so that we are send to reset password.

This commit is contained in:
elweyn 2022-01-22 10:00:03 +01:00
parent 4541fb5ce9
commit c29245b3ca
2 changed files with 3 additions and 3 deletions

View File

@ -197,7 +197,7 @@
"uppercase": "Großbuchstabe erforderlich."
},
"thx": {
"activateEmail": "Dein Konto wurde noch nicht aktiviert. Bitte überprüfe deine E-Mail und klicke den Aktivierungslink!",
"activateEmail": "Dein Konto wurde noch nicht aktiviert. Bitte überprüfe deine E-Mail und klicke den Aktivierungslink! Oder fordere einen neuen Aktivierungslink über die password reset seite.",
"checkEmail": "Deine E-Mail wurde erfolgreich verifiziert.",
"email": "Wir haben dir eine E-Mail gesendet.",
"emailActivated": "Danke dass Du deine E-Mail bestätigt hast.",

View File

@ -45,8 +45,8 @@ const textFields = {
login: {
headline: 'site.thx.errorTitle',
subtitle: 'site.thx.activateEmail',
button: 'login',
linkTo: '/login',
button: 'settings.password.reset',
linkTo: '/password',
},
}