Commit 195e425bf26f252fae69c3801d628d54c05523ce

Authored by Antonio Terceiro
1 parent f1623eb6

Removing link (not available for environments)

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>
... ...