diff --git a/frontend/src/locales/de.json b/frontend/src/locales/de.json index 56e759ab1..f1fdf04ec 100644 --- a/frontend/src/locales/de.json +++ b/frontend/src/locales/de.json @@ -47,7 +47,7 @@ "error": "Fehler", "no-account": "Leider konnten wir keinen Account finden mit diesen Daten!", "session-expired": "Sitzung abgelaufen!", - "no-email-verify": "Email wurde noch nicht bestätigt, bitte überprüfen Sie ihre Emails und clicken Sie den Registrierungslink!" + "no-email-verify": "Die Email wurde noch nicht bestätigt, bitte überprüfe deine Emails und klicke auf den Aktivierungslink!" }, "form": { "amount": "Betrag", @@ -181,7 +181,7 @@ "thx": { "checkEmail": "Deine Email würde erfolgreich verifiziert.", "email": "Wir haben dir eine eMail gesendet.", - "register": "Du bist jetzt registriert.", + "register": "Du bist jetzt registriert, bitte überprüfe deine Emails und klicke auf den Aktivierungslink.", "reset": "Dein Passwort wurde geändert.", "title": "Danke!" } diff --git a/frontend/src/locales/en.json b/frontend/src/locales/en.json index c7410633e..bd0fa2d82 100644 --- a/frontend/src/locales/en.json +++ b/frontend/src/locales/en.json @@ -47,7 +47,7 @@ "error": "Error", "no-account": "Unfortunately we could not find an account to the given data!", "session-expired": "The session expired", - "no-email-verify": "Your email is not validated yet, please check your emails and click on the activation link!" + "no-email-verify": "Your email is not activated yet, please check your emails and click the activation link!" }, "form": { "amount": "Amount", @@ -181,7 +181,7 @@ "thx": { "checkEmail": "Your email has been successfully verified.", "email": "We have sent you an email.", - "register": "You are registred now.", + "register": "You are registered now, please check your emails and click the activation link.", "reset": "Your password has been changed.", "title": "Thank you!" }