From a6c7c5a47db0f420b1b9de6fa0aa04a45eb6537e Mon Sep 17 00:00:00 2001 From: Andrea Adamczyk Date: Mon, 25 Oct 2021 13:40:37 -0400 Subject: [PATCH] PMCORE-3449 --- .../engine/content/translations/english/processmaker.en.po | 4 ++-- workflow/engine/data/mysql/insert.sql | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow/engine/content/translations/english/processmaker.en.po b/workflow/engine/content/translations/english/processmaker.en.po index 28d80c43d..5b585e1ff 100755 --- a/workflow/engine/content/translations/english/processmaker.en.po +++ b/workflow/engine/content/translations/english/processmaker.en.po @@ -53232,8 +53232,8 @@ msgstr "Number of Tasks Status per Process" # TRANSLATION # LABEL/ID_DRILL_DOWN_NUMBER_TASKS_PROCESS_BY_TASK #: LABEL/ID_DRILL_DOWN_NUMBER_TASKS_PROCESS_BY_TASK -msgid "Number of Tasks Status per Process by task status" -msgstr "Number of Tasks Status per Process by task status" +msgid "Number of Tasks by Status and Process" +msgstr "Number of Tasks by Status and Process" # TRANSLATION # LABEL/ID_DRILL_DOWN_RISK_MATRIX diff --git a/workflow/engine/data/mysql/insert.sql b/workflow/engine/data/mysql/insert.sql index 9f631b664..2c6418d3b 100755 --- a/workflow/engine/data/mysql/insert.sql +++ b/workflow/engine/data/mysql/insert.sql @@ -58012,7 +58012,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ( 'LABEL','ID_DRILL','en','Drill','2021-08-26') , ( 'LABEL','ID_DRILL_DOWN_NUMBER_TASKS','en','Number of tasks per Task Status','2020-08-26') , ( 'LABEL','ID_DRILL_DOWN_NUMBER_TASKS_PROCESS','en','Number of Tasks Status per Process','2020-08-26') , -( 'LABEL','ID_DRILL_DOWN_NUMBER_TASKS_PROCESS_BY_TASK','en','Number of Tasks Status per Process by task status','2020-08-26') , +( 'LABEL','ID_DRILL_DOWN_NUMBER_TASKS_PROCESS_BY_TASK','en','Number of Tasks by Status and Process','2021-10-25') , ( 'LABEL','ID_DRILL_DOWN_RISK_MATRIX','en','Risk Matrix per Process by Task Status','2020-08-26') , ( 'LABEL','ID_DROP_DATABASE_EXISTS','en','Drop database if exists','2014-01-15') , ( 'LABEL','ID_DROP_FILE_HERE','en','Drop file here...','2020-12-10') ,