diff --git a/app/views/account/_login_form.rhtml b/app/views/account/_login_form.rhtml index 8fa77df..a652ca0 100644 --- a/app/views/account/_login_form.rhtml +++ b/app/views/account/_login_form.rhtml @@ -1,6 +1,6 @@ <% labelled_form_for :user, @user, :url => login_url, - :html => { :help => _('If you are a registered user, enter your username and password to be authenticated.')+'

'+_('To join on this environment, click on "I want to be an user!".')+'

'+_('If you forgot your password, click on "I forgot my password!" link.') } do |f| %> + :html => { :help => _('If you are a registered user, enter your username and password to be authenticated.')+'

'+_('To join on this environment, click on "I want to participate!".')+'

'+_('If you forgot your password, click on "I forgot my password!" link.') } do |f| %> <%= f.text_field :login, :id => ( lightbox? ? 'lightbox_' : '' ) + 'user_login', diff --git a/app/views/account/login.rhtml b/app/views/account/login.rhtml index 07342da..c9af728 100644 --- a/app/views/account/login.rhtml +++ b/app/views/account/login.rhtml @@ -6,7 +6,7 @@ <% labelled_form_for :user, @user, :url => login_url, - :html => { :help => _('If you are a registered user, enter your username and password to be authenticated.')+'

'+_('To join on this environment, click on "I want to be an user!".')+'

'+_('If you forgot your password, click on "I forgot my password!" link.') } do |f| %> + :html => { :help => _('If you are a registered user, enter your username and password to be authenticated.')+'

'+_('To join on this environment, click on "I want to participate!".')+'

'+_('If you forgot your password, click on "I forgot my password!" link.') } do |f| %> <%= f.text_field :login, :id => ( lightbox? ? 'lightbox_' : '' ) + 'user_login', @@ -29,7 +29,7 @@

-<%= link_to _("I want to be an user!"), :controller => 'account', :action => 'signup' %> +<%= link_to _("I want to participate!"), :controller => 'account', :action => 'signup' %>

-- libgit2 0.21.2