diff --git a/app/views/account/_signup_form.rhtml b/app/views/account/_signup_form.rhtml index f4857cf..afcebe3 100644 --- a/app/views/account/_signup_form.rhtml +++ b/app/views/account/_signup_form.rhtml @@ -4,7 +4,6 @@ } do |f| -%> <%= f.text_field :login, - :help => help=_('"Username" is a simple nickname to recognize you on this environment.'), :onchange => 'this.value = convToValidLogin( this.value )' %> <%= help %> @@ -13,11 +12,11 @@ <%= help %> <%= f.password_field :password, - :help => help=_('Do not use a obviously password, but try some unforgettable word.') %> + :help => help=_('Choose a password that you can remember easily.') %> <%= help %> <%= f.password_field :password_confirmation, - :help => help=_('We need to be sure that you wrote correctly your password.') %> + :help => help=_('To confirm, repeat your password.') %> <%= help %> <%= icaptcha_field() %> @@ -42,11 +41,10 @@ <% if ! defined? hidden_atention || ! hidden_atention %>