Commit 6a684d80 authored by Xiaowu Zhang's avatar Xiaowu Zhang

Utils: fix syntax error

parent 933346ac
......@@ -416,7 +416,7 @@ def getTranslatedWorkflowStateWithPortalType(localizer, workflow_id, lang,
(getMessageIdWithContext(state_title, 'state', workflow_id), ''),
(str2unicode(state_title), None),
]:
translated_message = unicode2str((localizer.erp5_ui.gettext(
translated_message = unicode2str(localizer.erp5_ui.gettext(
msg_id,
default=default,
lang=lang
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment