From ec21830abbf789b6ca487482c8c3dfb1b2d3d3bb Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Sat, 31 Oct 2009 22:13:41 -0300 Subject: [PATCH] Better message for new community under moderation --- app/views/memberships/new_community.rhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/memberships/new_community.rhtml b/app/views/memberships/new_community.rhtml index 123d2b2..6aed0da 100644 --- a/app/views/memberships/new_community.rhtml +++ b/app/views/memberships/new_community.rhtml @@ -6,7 +6,7 @@ <% if environment.enabled?('admin_must_approve_new_communities') %>
- <%= _("Your request for registering a community will be sent to %{environment} administrator and will be approved or rejected according to his methods and creteria.") % { :environment => environment.name }%> + <%= _("Note that the creation of communities in this environment is restricted. Your request to create this new community will be sent to %{environment} administrators and will be approved or rejected according to their methods and criteria.") % { :environment => environment.name }%>
<%end %> -- libgit2 0.21.2