X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e5018d8f08c98d00356a13d4e107f718191c331c..7a9b2de42b8e969c162917e3e69877815a6eab75:/app/views/notifier/reset_password.text.html.rhtml diff --git a/app/views/notifier/reset_password.text.html.rhtml b/app/views/notifier/reset_password.text.html.rhtml index a99ca378e..39ea35b5e 100644 --- a/app/views/notifier/reset_password.text.html.rhtml +++ b/app/views/notifier/reset_password.text.html.rhtml @@ -1,3 +1,3 @@ -
Hi,
+<%= t 'notifier.reset_password_html.greeting' %>
-Your password has been reset to <%= @pass %>
+<%= t 'notifier.reset_password_html.reset', :new_password => @pass %>