Commit ec21830abbf789b6ca487482c8c3dfb1b2d3d3bb
1 parent
a411aeca
Exists in
master
and in
29 other branches
Better message for new community under moderation
(ActionItem1254)
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/memberships/new_community.rhtml
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | |
7 | 7 | <% if environment.enabled?('admin_must_approve_new_communities') %> |
8 | 8 | <div class='explanation'> |
9 | - <%= _("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 }%> | |
9 | + <%= _("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 }%> | |
10 | 10 | </div> |
11 | 11 | <%end %> |
12 | 12 | ... | ... |