Commit b1d79e89e48b42a338837058ae9319eec3c58720
1 parent
c400e68c
Exists in
master
and in
29 other branches
ActionItem78: cosmetic changes
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@643 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
9 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,5 @@ | @@ -0,0 +1,5 @@ | ||
1 | +<h1><%= _("Invalid change password code") %></h1> | ||
2 | + | ||
3 | +<p> | ||
4 | +<%= _('The code you are using for password change is not valid. Please try to request password change using the <a href="%s">"I forgot my password"</a> functionality.') % url_for(:action => 'forgot_password') %> | ||
5 | +</p> |
app/views/account/new_password.rhtml
1 | <h1><%= _('Enter new password') %></h1> | 1 | <h1><%= _('Enter new password') %></h1> |
2 | 2 | ||
3 | +<p> | ||
4 | +<%= _("Hello, %s! Please enter your new password in the form below.") % @change_password.requestor.identifier %> | ||
5 | +</p> | ||
6 | + | ||
3 | <%= error_messages_for :change_password %> | 7 | <%= error_messages_for :change_password %> |
4 | 8 | ||
5 | <% form_for(:change_password) do |f| %> | 9 | <% form_for(:change_password) do |f| %> |