Further work on localization

This commit is contained in:
Tomas Bures 2018-12-15 15:15:48 +01:00
parent fa451fc8da
commit cb1fc5b28d
35 changed files with 430 additions and 2796 deletions

View file

@ -0,0 +1,18 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>{{title}}</title>
</head>
<body>
<h3>Change your password</h3>
<p>We have received a password change request for your Mailtrain account: <strong>{{username}}</strong>.</p>
<p><a href="{{confirmUrl}}" role="button">Reset password</a></p>
<p>If you did not ask to change your password, then you can ignore this email and your password will not be changed.</p>
</body>
</html>

View file

@ -0,0 +1,9 @@
{{{title}}}
Change your password
====================
We have received a password change request for your Mailtrain account: ({{{username}}}).
Reset password: {{{confirmUrl}}}
If you did not ask to change your password, then you can ignore this email and your password will not be changed.