Fix translatios as suggested by @Tirokk

This commit is contained in:
Robert Schäfer 2019-06-20 15:25:59 +02:00
parent ff46740e90
commit 9ec9034ea5
3 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@ export const resetPasswordMail = options => {
Hi ${name}!
You recently requested to reset your password for your Human Connection account.
Use the button below to reset it. This password reset is only valid for the next
Use the link below to reset it. This password reset is only valid for the next
24 hours.
${actionUrl}
@ -34,7 +34,7 @@ ${supportUrl}
Thanks,
The Human Connection Team
If youre having trouble with the link above, you can manually copy and
If you're having trouble with the link above, you can manually copy and
paste the following code into your browser window:
${code}

View File

@ -25,10 +25,10 @@
"verify-code": {
"form": {
"code": "Code eingeben",
"description": "Öffne Deine E-Mail Postfach und gib den Code ein, den wir geschickt haben.",
"description": "Öffne dein E-Mail Postfach und gib den Code ein, den wir geschickt haben.",
"next": "Weiter",
"change-password":{
"success": "Änderung des Passworts war erfolgreich",
"success": "Änderung des Passworts war erfolgreich!",
"error": "Passwort Änderung fehlgeschlagen. Möglicherweise falscher Sicherheitscode?",
"help": "Falls Probleme auftreten, schreib uns gerne eine Mail an:"
}

View File

@ -28,7 +28,7 @@
"description": "Open your inbox and enter the code that we've sent to you.",
"next": "Continue",
"change-password": {
"success": "Changing your password was successful",
"success": "Changing your password was successful!",
"error": "Changing your password failed. Maybe the security code was not correct?",
"help": "In case of problems, feel free to ask for help by sending us a mail to:"
}