Commit f67fad45587ab854b9bb3d28706a8797778c76b2
1 parent
abc262e1
Exists in
master
and in
29 other branches
Fixed string displayed to organizations
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/contact/new.rhtml
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <% else %> |
4 | 4 | <h1><%= _('Send an e-mail to administrators') %></h1> |
5 | 5 | |
6 | - <div class='tooltip'><%= _("The e-mail will be sent to the administrators of community '%s'") % profile.name %></div> | |
6 | + <div class='tooltip'><%= _("The e-mail will be sent to the administrators of '%s'") % profile.name %></div> | |
7 | 7 | <% end %> |
8 | 8 | |
9 | 9 | <%= error_messages_for 'contact' %> | ... | ... |