mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix translatios as suggested by @Tirokk
This commit is contained in:
parent
ff46740e90
commit
9ec9034ea5
@ -21,7 +21,7 @@ export const resetPasswordMail = options => {
|
|||||||
Hi ${name}!
|
Hi ${name}!
|
||||||
|
|
||||||
You recently requested to reset your password for your Human Connection account.
|
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.
|
24 hours.
|
||||||
|
|
||||||
${actionUrl}
|
${actionUrl}
|
||||||
@ -34,7 +34,7 @@ ${supportUrl}
|
|||||||
Thanks,
|
Thanks,
|
||||||
The Human Connection Team
|
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:
|
paste the following code into your browser window:
|
||||||
|
|
||||||
${code}
|
${code}
|
||||||
|
|||||||
@ -25,10 +25,10 @@
|
|||||||
"verify-code": {
|
"verify-code": {
|
||||||
"form": {
|
"form": {
|
||||||
"code": "Code eingeben",
|
"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",
|
"next": "Weiter",
|
||||||
"change-password":{
|
"change-password":{
|
||||||
"success": "Änderung des Passworts war erfolgreich",
|
"success": "Änderung des Passworts war erfolgreich!",
|
||||||
"error": "Passwort Änderung fehlgeschlagen. Möglicherweise falscher Sicherheitscode?",
|
"error": "Passwort Änderung fehlgeschlagen. Möglicherweise falscher Sicherheitscode?",
|
||||||
"help": "Falls Probleme auftreten, schreib uns gerne eine Mail an:"
|
"help": "Falls Probleme auftreten, schreib uns gerne eine Mail an:"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -28,7 +28,7 @@
|
|||||||
"description": "Open your inbox and enter the code that we've sent to you.",
|
"description": "Open your inbox and enter the code that we've sent to you.",
|
||||||
"next": "Continue",
|
"next": "Continue",
|
||||||
"change-password": {
|
"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?",
|
"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:"
|
"help": "In case of problems, feel free to ask for help by sending us a mail to:"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user