|
@@ -1,11 +1,10 @@
|
1
|
|
-Hello <%= @user.person.first_name %>,
|
|
1
|
+<%= t 'authentication.emails.greeting', name: @user.person.first_name %>
|
2
|
2
|
|
3
|
|
-You (or someone pretending to be you) have requested to reset your password.
|
4
|
|
-If this was you, please open the following link:
|
|
3
|
+<%= t 'authentication.emails.forgot.blurb' %>
|
5
|
4
|
|
6
|
5
|
<%= reset_password_url(token: @token.token) %>
|
7
|
6
|
|
8
|
|
-This link will expire at <%= @token.expires %>, and is usable only once.
|
9
|
|
-If you did not request this password reset, ignore this message.
|
|
7
|
+<%= t 'authentication.emails.link_expires', expires: @token.expires %>
|
|
8
|
+<%= t 'authentication.emails.forgot.ignore_if_not_you' %>
|
10
|
9
|
|
11
|
|
-Aardbei
|
|
10
|
+<%= t 'authentication.emails.ending' %>
|