From f67fad45587ab854b9bb3d28706a8797778c76b2 Mon Sep 17 00:00:00 2001 From: Daniela Soares Feitosa Date: Mon, 29 Oct 2012 08:02:55 -0200 Subject: [PATCH] Fixed string displayed to organizations --- app/views/contact/new.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/contact/new.rhtml b/app/views/contact/new.rhtml index 903fc5a..29cfe4c 100644 --- a/app/views/contact/new.rhtml +++ b/app/views/contact/new.rhtml @@ -3,7 +3,7 @@ <% else %>

<%= _('Send an e-mail to administrators') %>

-
<%= _("The e-mail will be sent to the administrators of community '%s'") % profile.name %>
+
<%= _("The e-mail will be sent to the administrators of '%s'") % profile.name %>
<% end %> <%= error_messages_for 'contact' %> -- libgit2 0.21.2