Commit eac806b739b3f380b041cc3e63b4989471904c86
1 parent
bf1dc292
Exists in
staging
and in
41 other branches
work_assignment: make sentence meaning clearer
Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com>
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/work_assignment/views/cms/work_assignment_plugin/_work_assignment.html.erb
... | ... | @@ -2,6 +2,6 @@ |
2 | 2 | |
3 | 3 | <%= labelled_form_field(_('Default email message:'), text_area(:article, :default_email, :rows => 3, :cols => 64)) %> |
4 | 4 | |
5 | -<%=labelled_check_box(_('Publish submissions'), 'article[publish_submissions]', true, @article.publish_submissions) %> | |
5 | +<%= labelled_check_box(_('The submissions can be viewed by anyone'), 'article[publish_submissions]', true, @article.publish_submissions) %> | |
6 | 6 | |
7 | 7 | <%=labelled_check_box(_('Allow users change submissions privacy?'), 'article[allow_visibility_edition]', true, @article.allow_visibility_edition) %> | ... | ... |