workflows: rename form data action label (#40204)

This commit is contained in:
Serghei Mihai 2020-04-15 19:19:13 +02:00
parent a28f824454
commit c55fba5f78
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ class WorkflowStatusPage(Directory):
categories = [
('status-change', _('Change Status')),
('interaction', _('Interact')),
('formdata-action', _('Act on Form')),
('formdata-action', _('Act on a Form/Card')),
('user-action', _('Act on User')),
]
available_items = [x for x in item_classes if self.is_item_available(x)]