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