From eac806b739b3f380b041cc3e63b4989471904c86 Mon Sep 17 00:00:00 2001 From: Daniela Feitosa Date: Fri, 30 Oct 2015 14:30:06 -0300 Subject: [PATCH] work_assignment: make sentence meaning clearer --- plugins/work_assignment/views/cms/work_assignment_plugin/_work_assignment.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/work_assignment/views/cms/work_assignment_plugin/_work_assignment.html.erb b/plugins/work_assignment/views/cms/work_assignment_plugin/_work_assignment.html.erb index 39376c8..90734a7 100644 --- a/plugins/work_assignment/views/cms/work_assignment_plugin/_work_assignment.html.erb +++ b/plugins/work_assignment/views/cms/work_assignment_plugin/_work_assignment.html.erb @@ -2,6 +2,6 @@ <%= labelled_form_field(_('Default email message:'), text_area(:article, :default_email, :rows => 3, :cols => 64)) %> -<%=labelled_check_box(_('Publish submissions'), 'article[publish_submissions]', true, @article.publish_submissions) %> +<%= labelled_check_box(_('The submissions can be viewed by anyone'), 'article[publish_submissions]', true, @article.publish_submissions) %> <%=labelled_check_box(_('Allow users change submissions privacy?'), 'article[allow_visibility_edition]', true, @article.allow_visibility_edition) %> -- libgit2 0.21.2