]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/lost_password.text.html.rhtml
Make the rest of the email translatable.
[rails.git] / app / views / notifier / lost_password.text.html.rhtml
index 341240ea8199f88f74a7a6b02e6d9e30f815c383..5f1012ac6dcd3ac0d2524a9ac2868fb774e94339 100644 (file)
@@ -1,8 +1,7 @@
-<p>Hi,</p>
+<p><%= t 'notifier.lost_password_html.greeting' %></p>
 
-<p>Someone (possibly you) has asked for the password to be reset on this
-   email addresses openstreetmap.org account.</p>
+<p><%= t 'notifier.lost_password_html.hopefully_you' %></p>
 
-<p>If this is you, please click the link below to reset your password.</p>
+<p><%= t 'notifier.lost_password_html.click_the_link' %></p>
 
 <p><a href="<%= @url %>"><%= @url %></a></p>