Commit b8a612e509fe4d7f5493229a1dc5b0043c3477c5
1 parent
0926753e
Exists in
staging
and in
42 other branches
Being consistent in titles
(ActionItem1482)
Showing
3 changed files
with
3 additions
and
3 deletions
Show diff stats
app/views/enterprise_registration/basic_information.rhtml
app/views/enterprise_registration/confirmation.rhtml
1 | -<h1><%= _('Enterprise Registration completed') %></h1> | |
1 | +<h1><%= _('Enterprise registration completed') %></h1> | |
2 | 2 | |
3 | 3 | <p> |
4 | 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 | 3 | <p> |
4 | 4 | <%= _('Select one organization to validate your enterprise registration request. Check the provided information about their validation methodoly and criteria.') %> | ... | ... |