]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/notifier/reset_password.text.plain.rhtml
Make the rest of the email translatable.
[rails.git] / app / views / notifier / reset_password.text.plain.rhtml
index 284e565d07ba267005cb499c75c35b58bce07c8a..aab4d137b672b144160a944c3f68a9021c867e29 100644 (file)
@@ -1,3 +1,3 @@
-Hi,
+<%= t 'notifier.reset_password_plain.greeting' %>
 
-Your password has been reset to <%= @pass %>
+<%= t 'notifier.reset_password_plain.reset', :new_password => @pass %>