diff --git a/app/views/account/_signup_form.rhtml b/app/views/account/_signup_form.rhtml index 4042d94..98e67e1 100644 --- a/app/views/account/_signup_form.rhtml +++ b/app/views/account/_signup_form.rhtml @@ -1,8 +1,6 @@ <%= error_messages_for :user %> <% labelled_form_for :user, @user, - :html => { :help=>_('Fill all this fields to join in this environment.' + - '

If you forgot your password, do not create a new account,' + - ' click on the "I forgot my password!" link. ;-)') + :html => { :help=>_('Fill all this fields to join in this environment.

If you forgot your password, do not create a new account, click on the "I forgot my password!" link. ;-)') } do |f| -%> <%= f.text_field :login, @@ -44,11 +42,11 @@ <% if ! defined? hidden_atention || ! hidden_atention %>

-<%= _('Here you should create a login for an individual person. -
+<%= _('Here you can create an account for you as a person. +

Do not enter a login for a group nor for an entreprise. -With your user login, you can create many group or entreprise -accounts. You can do it from your personal control panel.') %> +With your user account, you can create several group or enterprise +accounts through your person control panel.') %>

<% end %> -- libgit2 0.21.2