Commit d48f21713c3cd5e373af6afeb0e9233015790c73

Authored by Daniela Feitosa
1 parent e6804db5

ActionItem745: change text for article moderation option

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
app/views/profile_editor/_organization.rhtml
... ... @@ -35,7 +35,8 @@
35 35  
36 36 <br>
37 37 <div style='margin-bottom: 1em'>
38   - <%= _('New articles must be approved:')%>
  38 + <%= _('New articles posted by members of this group must be approved:')%>
  39 +
39 40 </div>
40 41 <div style='margin-bottom: 0.5em'>
41 42 <%= radio_button 'profile_data', 'moderated_articles', 'true', :style => 'float: left' %>
... ...