Commit 4da4f1eed82fa5e581d50afd8cf0906af841e48c

Authored by Antonio Terceiro
1 parent 557c5280

Adding missing parenthesis to text

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/profile_editor/_organization.rhtml
... ... @@ -99,7 +99,7 @@
99 99 <div style='margin-bottom: 0.5em'>
100 100 <%= radio_button 'profile_data', 'moderated_articles', 'true', :style => 'float: left' %>
101 101 <div style='margin-left: 30px'>
102   - <%= _('<strong>Before</strong> being published in this group (a moderator has to accept the article in pending request before the article be listed as a article of this group.') %>
  102 + <%= _('<strong>Before</strong> being published in this group (a moderator has to accept the article in pending request before the article be listed as a article of this group).') %>
103 103 </div>
104 104 </div>
105 105 <div>
... ...