From 32389cda453a57dd99bb871132e77840274a891a Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Fri, 16 Apr 2010 17:26:47 -0300 Subject: [PATCH] Changing some texts in the 'forgot password' page --- app/views/account/forgot_password.rhtml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/views/account/forgot_password.rhtml b/app/views/account/forgot_password.rhtml index 9faeac2..61486ba 100644 --- a/app/views/account/forgot_password.rhtml +++ b/app/views/account/forgot_password.rhtml @@ -1,4 +1,4 @@ -

<%= _('Password recovery') %>

+

<%= _('Forgot your password?') %>

<%= error_messages_for :change_password %> @@ -11,9 +11,10 @@
<% button_bar do %> - <%= submit_button('send', _('Send change password procedure by e-mail')) %> + <%= submit_button('send', _('Send instructions')) %> <% end %>
+<%= 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.')) %> <% end %> -- libgit2 0.21.2