diff --git a/workflow/engine/content/translations/english/processmaker.en.po b/workflow/engine/content/translations/english/processmaker.en.po index 6a3782801..d7eeae30b 100644 --- a/workflow/engine/content/translations/english/processmaker.en.po +++ b/workflow/engine/content/translations/english/processmaker.en.po @@ -2590,8 +2590,8 @@ msgstr "Last Employee" # TRANSLATION # LABEL/ID_EMPLOYEE #: LABEL/ID_EMPLOYEE -msgid "Employee" -msgstr "Employee" +msgid "Next User" +msgstr "Next User" # TRANSLATION # LABEL/ID_SESSION diff --git a/workflow/engine/data/mssql/insert.sql b/workflow/engine/data/mssql/insert.sql index 9e1688491..3c365068b 100644 --- a/workflow/engine/data/mssql/insert.sql +++ b/workflow/engine/data/mssql/insert.sql @@ -2301,7 +2301,7 @@ SELECT 'LABEL','ID_OPTION','en','Option','2014-01-15' UNION ALL SELECT 'LABEL','ID_LAST_EMPLOYEE','en','Last Employee','2014-01-15' UNION ALL -SELECT 'LABEL','ID_EMPLOYEE','en','Employee','2014-01-15' +SELECT 'LABEL','ID_EMPLOYEE','en','Next User','2014-01-15' UNION ALL SELECT 'LABEL','ID_SESSION','en','Session','2014-01-15' UNION ALL diff --git a/workflow/engine/data/mysql/insert.sql b/workflow/engine/data/mysql/insert.sql index 95da43b57..fe5801b51 100644 --- a/workflow/engine/data/mysql/insert.sql +++ b/workflow/engine/data/mysql/insert.sql @@ -1874,7 +1874,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ( 'LABEL','ID_CONTINUE','en','Continue','2014-01-15') , ( 'LABEL','ID_OPTION','en','Option','2014-01-15') , ( 'LABEL','ID_LAST_EMPLOYEE','en','Last Employee','2014-01-15') , -( 'LABEL','ID_EMPLOYEE','en','Employee','2014-01-15') , +( 'LABEL','ID_EMPLOYEE','en','Next User','2014-01-15') , ( 'LABEL','ID_SESSION','en','Session','2014-01-15') , ( 'LABEL','ID_NEXT_TASK','en','Next Task/Event','2016-07-29') , ( 'LABEL','ID_PERMISSIONS_FOR_THE_ROL','en','Permissions for the role','2015-01-16') ,