diff --git a/app/views/account/activation_question.rhtml b/app/views/account/activation_question.rhtml index 5739e45..9e89df3 100644 --- a/app/views/account/activation_question.rhtml +++ b/app/views/account/activation_question.rhtml @@ -30,7 +30,7 @@
<%= _("This is a question to know if you really are part of this enterprise. Pay atention because you have only one chance to answer right and activate your enterprise. If you answer wrong you will not be able to activate the enterprise automaticaly and must get in touch with the admins of %s by email or phone.") % environment.name %>
- <%= ApplicationHelper::NoosferoFormBuilder::output_field(@question == :foundation_year ? (_("What year your enterprise was founded? It must have 4 digits, eg 1990. %s") % environment.tip_message_enterprise_activation_question) : _('What is the CNPJ of your enterprise?'), text_field_tag(:answer, nil, :id => 'enterprise-activation-answer', :help => help=_('We need to be sure that this is your enterprise'))) %> + <%= ApplicationHelper::NoosferoFormBuilder::output_field(@question == :foundation_year ? (_("What year your enterprise was founded? It must have 4 digits, eg 1990. %s") % environment.tip_message_enterprise_activation_question) : _('What is the CNPJ of your enterprise?'), text_field_tag(:answer, nil, :id => 'enterprise-activation-answer')) %> <%= hidden_field_tag :enterprise_code, params[:enterprise_code] %> diff --git a/app/views/account/index_anonymous.rhtml b/app/views/account/index_anonymous.rhtml index e29802b..a2b2601 100644 --- a/app/views/account/index_anonymous.rhtml +++ b/app/views/account/index_anonymous.rhtml @@ -1,8 +1,7 @@-<%= lightbox_link_to _('Login.'), { :controller => 'account', :action => 'login_popup' }, - :help => _('Click here to enter your username and password and be recognized by the system.') %> +<%= lightbox_link_to _('Login.'), { :controller => 'account', :action => 'login_popup' } %> <%= _('You need to login to be able to use all the features in this environment.') %>
diff --git a/app/views/profile/communities.rhtml b/app/views/profile/communities.rhtml index f522682..22e0252 100644 --- a/app/views/profile/communities.rhtml +++ b/app/views/profile/communities.rhtml @@ -1,5 +1,4 @@ -