Add explanation to the launch workflows tool.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-10-04 18:29:27 -04:00
parent c9d7f7757f
commit b6fbce16c0
2 changed files with 8 additions and 3 deletions

View File

@@ -892,7 +892,11 @@ class SetupWorkflowTransitionTriggerEventListView(FormView):
class ToolLaunchAllWorkflows(ConfirmView):
extra_context = {
'title': _('Launch all workflows?')
'title': _('Launch all workflows?'),
'subtitle': _(
'This will launch all workflows created after documents have '
'already been uploaded.'
)
}
view_permission = permission_workflow_tools