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.html.rhtml
diff --git
a/app/views/notifier/reset_password.text.html.rhtml
b/app/views/notifier/reset_password.text.html.rhtml
index a99ca378e439c95f14d1c9b98c1766dfc4fdfbb5..39ea35b5ef4ea4c776247c4738e2c16fd7ef2750 100644
(file)
--- a/
app/views/notifier/reset_password.text.html.rhtml
+++ b/
app/views/notifier/reset_password.text.html.rhtml
@@
-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>