diff --git a/src/templates/pw-reset.html b/src/templates/pw-reset.html
index 7f672b8..a568f72 100644
--- a/src/templates/pw-reset.html
+++ b/src/templates/pw-reset.html
@@ -2,7 +2,7 @@
- LfK! - Passwort zurücksetzen
+ {{__ "lfk-password-reset"}}
@@ -285,7 +285,7 @@
- LfK! - Password reset
+ {{__ "lfk-password-reset"}}
@@ -306,8 +306,8 @@
- Password reset
- A password reset for your account got requested. If you didn't request the reset please ignore this mail. Your password won't be changed until you click the reset link below and set a new one.
+ {{__ "password-reset"}}
+ {{__ "a-password-reset-for-your-account-got-requested"}} {{__ "if-you-didnt-request-the-reset-please-ignore-this-mail"}} {{__ "your-password-wont-be-changed-until-you-click-the-reset-link-below-and-set-a-new-one"}}
|
@@ -317,7 +317,7 @@
@@ -342,14 +342,14 @@
- Copyright © {{copyright_owner}}. All rights reserved.
+ Copyright © {{copyright_owner}}. {{__ "all-rights-reserved"}}
|
Imprint
- Privacy
+ style="color: #9199A1; text-decoration: underline;">{{__ "imprint"}}
+ {{__ "privacy"}}
|
@@ -365,7 +365,7 @@
- This mail was sent to {{recipient_mail}} because someone request a password reset for a account linked to the mail address. |
+ {{__ "this-mail-was-sent-to-you-because-someone-request-a-password-reset-for-a-account-linked-to-the-mail-address"}} |
diff --git a/src/templates/pw-reset.txt b/src/templates/pw-reset.txt
index 68366b7..ba2a969 100644
--- a/src/templates/pw-reset.txt
+++ b/src/templates/pw-reset.txt
@@ -1,12 +1,12 @@
-LfK! - Password reset.
+{{__ "lfk-password-reset"}}
-A password reset for your account got requested
-If you didn't request the reset please ignore this mail
-Your password won't be changed until you click the reset link below and set a new one.
+{{__ "a-password-reset-for-your-account-got-requested"}}
+{{__ "if-you-didnt-request-the-reset-please-ignore-this-mail"}}
+{{__ "your-password-wont-be-changed-until-you-click-the-reset-link-below-and-set-a-new-one"}}
-Reset: {{reset_link}}
+{{__ "reset-password"}}: {{reset_link}}
-Copyright © {{copyright_owner}}. All rights reserved.
-Imprint: {{link_imprint}} | Privacy: {{link_privacy}}
-This mail was sent to {{recipient_mail}} because someone request a password reset for a account linked to the mail address.
\ No newline at end of file
+Copyright © {{copyright_owner}}. {{__ "all-rights-reserved"}}.
+{{__ "imprint"}}: {{link_imprint}} | {{__ "privacy"}}: {{link_privacy}}
+{{__ "this-mail-was-sent-to-you-because-someone-request-a-password-reset-for-a-account-linked-to-the-mail-address"}}
\ No newline at end of file