From 6f3325b87f9a3f059bee33f189d2c55d13ed7210 Mon Sep 17 00:00:00 2001 From: Dheeyi William Date: Fri, 7 Oct 2016 15:39:18 -0400 Subject: [PATCH] HOR-1998 [ZENDESK 3576] Label change for next step screen --- .../engine/content/translations/english/processmaker.en.po | 4 ++-- workflow/engine/data/mssql/insert.sql | 2 +- workflow/engine/data/mysql/insert.sql | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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') ,