]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/reset_password.text.html.rhtml
Made GPX notification E-Mails translatable
[rails.git] / app / views / notifier / reset_password.text.html.rhtml
index a99ca378e439c95f14d1c9b98c1766dfc4fdfbb5..39ea35b5ef4ea4c776247c4738e2c16fd7ef2750 100644 (file)
@@ -1,3 +1,3 @@
-<p>Hi,</p>
+<p><%= t 'notifier.reset_password_html.greeting' %></p>
 
 
-<p>Your password has been reset to <%= @pass %></p>
+<p><%= t 'notifier.reset_password_html.reset', :new_password => @pass %></p>