Commit 5ec9aa966e9d890f626fc987f4068b7591a28633

Authored by Antonio Terceiro
1 parent 373515dc

ActionItem736: English review

Showing 1 changed file with 5 additions and 7 deletions   Show diff stats
app/views/account/_signup_form.rhtml
1 <%= error_messages_for :user %> 1 <%= error_messages_for :user %>
2 <% labelled_form_for :user, @user, 2 <% labelled_form_for :user, @user,
3 - :html => { :help=>_('Fill all this fields to join in this environment.' +  
4 - '<p/>If you forgot your password, do not create a new account,' +  
5 - ' click on the "<b>I forgot my password!</b>" link. ;-)') 3 + :html => { :help=>_('Fill all this fields to join in this environment. <p/> If you forgot your password, do not create a new account, click on the "<b>I forgot my password!</b>" link. ;-)')
6 } do |f| -%> 4 } do |f| -%>
7 5
8 <%= f.text_field :login, 6 <%= f.text_field :login,
@@ -44,11 +42,11 @@ @@ -44,11 +42,11 @@
44 <% if ! defined? hidden_atention || ! hidden_atention %> 42 <% if ! defined? hidden_atention || ! hidden_atention %>
45 <p/> 43 <p/>
46 <div class="atention"> 44 <div class="atention">
47 -<%= _('Here you should create a login for an <b>individual person</b>.  
48 -<br/> 45 +<%= _('Here you can create an account for <b>you as a person</b>.
  46 +<p/>
49 Do <b>not</b> enter a login for a group nor for an entreprise. 47 Do <b>not</b> enter a login for a group nor for an entreprise.
50 -With your user login, you can create <b>many</b> group or entreprise  
51 -accounts. You can do it from your personal control panel.') %> 48 +With your user account, you can create <em>several</em> group or enterprise
  49 +accounts through your person control panel.') %>
52 </div> 50 </div>
53 <% end %> 51 <% end %>
54 52