Further work on localization
This commit is contained in:
parent
fa451fc8da
commit
cb1fc5b28d
35 changed files with 430 additions and 2796 deletions
18
server/views/users/password-reset-html.hbs
Normal file
18
server/views/users/password-reset-html.hbs
Normal 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>
|
9
server/views/users/password-reset-text.hbs
Normal file
9
server/views/users/password-reset-text.hbs
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue