Commit d1933d19f2cfe0548e76d34bd68037c377c8a9df

Authored by Antonio Terceiro
1 parent df61f577

Better wording to avoid confusion.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/models/environment.rb
... ... @@ -129,7 +129,7 @@ class Environment < ActiveRecord::Base
129 129 'display_header_footer_explanation' => _("Display explanation about header and footer"),
130 130 'articles_dont_accept_comments_by_default' => _("Articles don't accept comments by default"),
131 131 'organizations_are_moderated_by_default' => _("Organizations have moderated publication by default"),
132   - 'enable_organization_url_change' => _("Allow organizations to change their address"),
  132 + 'enable_organization_url_change' => _("Allow organizations to change their URL"),
133 133 'admin_must_approve_new_communities' => _("Admin must approve creation of communities"),
134 134 }
135 135 end
... ...