diff --git a/app/views/enterprise_registration/basic_information.rhtml b/app/views/enterprise_registration/basic_information.rhtml index 31895e6..c56d28f 100644 --- a/app/views/enterprise_registration/basic_information.rhtml +++ b/app/views/enterprise_registration/basic_information.rhtml @@ -1,6 +1,6 @@ <%= error_messages_for 'create_enterprise' %> -

<%= _('Register enterprise') %>

+

<%= _('Enterprise registration') %>

<% if @validation == :region && @regions.empty? %> diff --git a/app/views/enterprise_registration/confirmation.rhtml b/app/views/enterprise_registration/confirmation.rhtml index a623616..93915d0 100644 --- a/app/views/enterprise_registration/confirmation.rhtml +++ b/app/views/enterprise_registration/confirmation.rhtml @@ -1,4 +1,4 @@ -

<%= _('Enterprise Registration completed') %>

+

<%= _('Enterprise registration completed') %>

<%= _("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) %> diff --git a/app/views/enterprise_registration/select_validator.rhtml b/app/views/enterprise_registration/select_validator.rhtml index c3dd3b3..6603527 100644 --- a/app/views/enterprise_registration/select_validator.rhtml +++ b/app/views/enterprise_registration/select_validator.rhtml @@ -1,4 +1,4 @@ -

<%= _('Enterprise Registration: validator organization') %>

+

<%= _('Enterprise registration: validator organization') %>

<%= _('Select one organization to validate your enterprise registration request. Check the provided information about their validation methodoly and criteria.') %> -- libgit2 0.21.2