Commit 32389cda453a57dd99bb871132e77840274a891a

Authored by Rodrigo Souto
Committed by Antonio Terceiro
1 parent 94115817

Changing some texts in the 'forgot password' page

Signed-off-by: Antonio Terceiro <terceiro@colivre.coop.br>
Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
app/views/account/forgot_password.rhtml
1 -<h1><%= _('Password recovery') %></h1> 1 +<h1><%= _('Forgot your password?') %></h1>
2 2
3 <%= error_messages_for :change_password %> 3 <%= error_messages_for :change_password %>
4 4
@@ -11,9 +11,10 @@ @@ -11,9 +11,10 @@
11 11
12 <div> 12 <div>
13 <% button_bar do %> 13 <% button_bar do %>
14 - <%= submit_button('send', _('Send change password procedure by e-mail')) %> 14 + <%= submit_button('send', _('Send instructions')) %>
15 <% end %> 15 <% end %>
16 </div> 16 </div>
  17 +<%= content_tag(:small,_('After clicking the button above, you will receive an email with a link to a page where you will be able to create a new password.')) %>
17 18
18 <% end %> 19 <% end %>
19 20