Commit b78f3b289d67f775441e4c0e7070084dcb4fcfc0
Exists in
master
and in
29 other branches
Merge branch 'work_assignment' into 'master'
work_assignment: make sentence meaning clearer Signed-off-by: Arthur Del Esposte <arthurmde@gmail.com> See merge request !719
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) %> | ... | ... |