projects
/
rails.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add a title to the changeset lists. Closes #1938.
[rails.git]
/
app
/
views
/
notifier
/
reset_password.text.plain.rhtml
diff --git
a/app/views/notifier/reset_password.text.plain.rhtml
b/app/views/notifier/reset_password.text.plain.rhtml
index 284e565d07ba267005cb499c75c35b58bce07c8a..aab4d137b672b144160a944c3f68a9021c867e29 100644
(file)
--- a/
app/views/notifier/reset_password.text.plain.rhtml
+++ b/
app/views/notifier/reset_password.text.plain.rhtml
@@
-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 %>