workflows: change text of display message action summary (#22033)

This commit is contained in:
Frédéric Péters 2018-02-21 13:26:22 +01:00
parent 0a501aba7b
commit 7e8b687816
1 changed files with 1 additions and 1 deletions

View File

@ -2407,7 +2407,7 @@ class DisplayMessageWorkflowStatusItem(WorkflowStatusItem):
elif self.position == 'actions':
parts.append(_('top of actions'))
if self.to:
parts.append(_('to %s') % self.render_list_of_roles(self.to))
parts.append(_('for %s') % self.render_list_of_roles(self.to))
return ', '.join(parts)
def is_for_current_user(self, filled):