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