Commit b8a612e509fe4d7f5493229a1dc5b0043c3477c5

Authored by Antonio Terceiro
1 parent 0926753e

Being consistent in titles

(ActionItem1482)
app/views/enterprise_registration/basic_information.rhtml
1 <%= error_messages_for 'create_enterprise' %> 1 <%= error_messages_for 'create_enterprise' %>
2 2
3 -<h1><%= _('Register enterprise') %></h1> 3 +<h1><%= _('Enterprise registration') %></h1>
4 4
5 5
6 <% if @validation == :region && @regions.empty? %> 6 <% if @validation == :region && @regions.empty? %>
app/views/enterprise_registration/confirmation.rhtml
1 -<h1><%= _('Enterprise Registration completed') %></h1> 1 +<h1><%= _('Enterprise registration completed') %></h1>
2 2
3 <p> 3 <p>
4 <%= _("Your enterprise registration request was successfully registered. The validator organization you choose (%s) should get in touch with to start the validation process. As soon as the validators approve (or reject) your request, you will be notified by e-mail.") % link_to(@create_enterprise.target.name, @create_enterprise.target.url) %> 4 <%= _("Your enterprise registration request was successfully registered. The validator organization you choose (%s) should get in touch with to start the validation process. As soon as the validators approve (or reject) your request, you will be notified by e-mail.") % link_to(@create_enterprise.target.name, @create_enterprise.target.url) %>
app/views/enterprise_registration/select_validator.rhtml
1 -<h1><%= _('Enterprise Registration: validator organization') %></h1> 1 +<h1><%= _('Enterprise registration: validator organization') %></h1>
2 2
3 <p> 3 <p>
4 <%= _('Select one organization to validate your enterprise registration request. Check the provided information about their validation methodoly and criteria.') %> 4 <%= _('Select one organization to validate your enterprise registration request. Check the provided information about their validation methodoly and criteria.') %>