From 9ec9034ea5f935c460d62bc3fd1ad5356e834bb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=A4fer?= Date: Thu, 20 Jun 2019 15:25:59 +0200 Subject: [PATCH] Fix translatios as suggested by @Tirokk --- backend/src/schema/resolvers/passwordReset/emailTemplates.js | 4 ++-- webapp/locales/de.json | 4 ++-- webapp/locales/en.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/src/schema/resolvers/passwordReset/emailTemplates.js b/backend/src/schema/resolvers/passwordReset/emailTemplates.js index 10d9c4ed5..8508adccc 100644 --- a/backend/src/schema/resolvers/passwordReset/emailTemplates.js +++ b/backend/src/schema/resolvers/passwordReset/emailTemplates.js @@ -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 you’re 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} diff --git a/webapp/locales/de.json b/webapp/locales/de.json index aa44dcbbd..041539acd 100644 --- a/webapp/locales/de.json +++ b/webapp/locales/de.json @@ -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:" } diff --git a/webapp/locales/en.json b/webapp/locales/en.json index 90229d09d..2442dc202 100644 --- a/webapp/locales/en.json +++ b/webapp/locales/en.json @@ -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:" }