Commit c400e68c93e277c76b06cd0f147198278b59fbf8
1 parent
4adddb4b
Exists in
master
and in
29 other branches
ActionItem78: changing h2 to h1
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@642 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
app/views/account/new_password.rhtml
app/views/account/new_password_ok.rhtml
1 | -<h2><%= _('Password changed sucessfully') %></h2> | 1 | +<h1><%= _('Password changed sucessfully') %></h1> |
2 | 2 | ||
3 | <p> | 3 | <p> |
4 | <%= _('%s, your new password was successfully installed.') % @change_password.requestor.identifier %> | 4 | <%= _('%s, your new password was successfully installed.') % @change_password.requestor.identifier %> |
app/views/account/password_recovery_sent.rhtml
1 | -<h2><%= _('Password recovery') %></h2> | 1 | +<h1><%= _('Password recovery') %></h1> |
2 | 2 | ||
3 | <p> | 3 | <p> |
4 | <%= _('An e-mail was just sent to your e-mail address, with instructions for changing your password. You should receive it in a few minutes.') %> | 4 | <%= _('An e-mail was just sent to your e-mail address, with instructions for changing your password. You should receive it in a few minutes.') %> |