diff --git a/workflow/engine/content/translations/english/processmaker.en.po b/workflow/engine/content/translations/english/processmaker.en.po index e3c24a29d..175adfa40 100644 --- a/workflow/engine/content/translations/english/processmaker.en.po +++ b/workflow/engine/content/translations/english/processmaker.en.po @@ -27686,8 +27686,8 @@ msgstr "To cancel a case, no parallel threads must be active. Only cases with on # TRANSLATION # LABEL/ID_REASSIGNMENT_ERROR #: LABEL/ID_REASSIGNMENT_ERROR -msgid "The case was already derivated to other person. Try to open again the case to reassign." -msgstr "The case was already derivated to other person. Try to open again the case to reassign." +msgid "The case has already been routed or assigned to another person. Try to open the case again to reassign it." +msgstr "The case has already been routed or assigned to another person. Try to open the case again to reassign it." # TRANSLATION # LABEL/ID_REASSIGNMENT_PAUSED_ERROR diff --git a/workflow/engine/data/mssql/insert.sql b/workflow/engine/data/mssql/insert.sql index cbed156e8..bb40905e0 100644 --- a/workflow/engine/data/mssql/insert.sql +++ b/workflow/engine/data/mssql/insert.sql @@ -10751,7 +10751,7 @@ SELECT 'LABEL','ID_SCRIPT_TASK_ACTIVITY_ALREADY_REGISTERED','en','The Script-Tas UNION ALL SELECT 'LABEL','ID_CASE_CANCELLED_PARALLEL','en','To cancel a case, no parallel threads must be active. Only cases with one active thread can be canceled.','2016-08-11' UNION ALL -SELECT 'LABEL','ID_REASSIGNMENT_ERROR','en','The case was already derivated to other person. Try to open again the case to reassign.','2016-08-12' +SELECT 'LABEL','ID_REASSIGNMENT_ERROR','en','The case has already been routed or assigned to another person. Try to open the case again to reassign it.','2016-08-12' UNION ALL SELECT 'LABEL','ID_REASSIGNMENT_PAUSED_ERROR','en','The case is paused and can''t be reasigned.','2016-08-12' UNION ALL