Commit 195e425bf26f252fae69c3801d628d54c05523ce
1 parent
f1623eb6
Exists in
master
and in
29 other branches
Removing link (not available for environments)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/enterprise_registration/confirmation.rhtml
1 | 1 | <h1><%= _('Enterprise registration completed') %></h1> |
2 | 2 | |
3 | 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.") % @create_enterprise.target.name %> | |
5 | 5 | </p> |
6 | 6 | |
7 | 7 | <p> | ... | ... |