Commit d97b2e186691653745e8b81546451f43e6bf4c61
1 parent
f250f5b6
Exists in
master
and in
22 other branches
ActionItem662: "I want to participate!"
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2480 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
app/views/account/_login_form.rhtml
1 | 1 | <% labelled_form_for :user, @user, |
2 | 2 | :url => login_url, |
3 | - :html => { :help => _('If you are a registered user, enter your username and password to be authenticated.')+'<p/>'+_('To join on this environment, click on "<b>I want to be an user!</b>".')+'<p/>'+_('If you forgot your password, click on "<b>I forgot my password!</b>" link.') } do |f| %> | |
3 | + :html => { :help => _('If you are a registered user, enter your username and password to be authenticated.')+'<p/>'+_('To join on this environment, click on "<b>I want to participate!</b>".')+'<p/>'+_('If you forgot your password, click on "<b>I forgot my password!</b>" link.') } do |f| %> | |
4 | 4 | |
5 | 5 | <%= f.text_field :login, |
6 | 6 | :id => ( lightbox? ? 'lightbox_' : '' ) + 'user_login', | ... | ... |
app/views/account/login.rhtml
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | |
7 | 7 | <% labelled_form_for :user, @user, |
8 | 8 | :url => login_url, |
9 | - :html => { :help => _('If you are a registered user, enter your username and password to be authenticated.')+'<p/>'+_('To join on this environment, click on "<b>I want to be an user!</b>".')+'<p/>'+_('If you forgot your password, click on "<b>I forgot my password!</b>" link.') } do |f| %> | |
9 | + :html => { :help => _('If you are a registered user, enter your username and password to be authenticated.')+'<p/>'+_('To join on this environment, click on "<b>I want to participate!</b>".')+'<p/>'+_('If you forgot your password, click on "<b>I forgot my password!</b>" link.') } do |f| %> | |
10 | 10 | |
11 | 11 | <%= f.text_field :login, |
12 | 12 | :id => ( lightbox? ? 'lightbox_' : '' ) + 'user_login', |
... | ... | @@ -29,7 +29,7 @@ |
29 | 29 | </p> |
30 | 30 | |
31 | 31 | <p class="want-to-be-an-user" help="<%= _('Click here to join to this environment, if you is not already an user.') %>"><strong> |
32 | -<%= link_to _("I want to be an user!"), :controller => 'account', :action => 'signup' %> | |
32 | +<%= link_to _("I want to participate!"), :controller => 'account', :action => 'signup' %> | |
33 | 33 | </strong></p> |
34 | 34 | |
35 | 35 | </div><!-- end class="login-box" --> | ... | ... |