Commit c400e68c93e277c76b06cd0f147198278b59fbf8

Authored by AntonioTerceiro
1 parent 4adddb4b

ActionItem78: changing h2 to h1



git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@642 3f533792-8f58-4932-b0fe-aaf55b0a4547
app/views/account/new_password.rhtml
1   -<h2><%= _('Enter new password') %></h2>
  1 +<h1><%= _('Enter new password') %></h1>
2 2  
3 3 <%= error_messages_for :change_password %>
4 4  
... ...
app/views/account/new_password_ok.rhtml
1   -<h2><%= _('Password changed sucessfully') %></h2>
  1 +<h1><%= _('Password changed sucessfully') %></h1>
2 2  
3 3 <p>
4 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 3 <p>
4 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.') %>
... ...