diff --git a/workflow/engine/classes/ActionsByEmailCoreClass.php b/workflow/engine/classes/ActionsByEmailCoreClass.php index 6a5be8cd8..e3e579735 100644 --- a/workflow/engine/classes/ActionsByEmailCoreClass.php +++ b/workflow/engine/classes/ActionsByEmailCoreClass.php @@ -833,7 +833,7 @@ class ActionsByEmailCoreClass extends PMPlugin URL_KEY, true) . '&DEL_INDEX=' . G::encrypt($this->getIndex(), URL_KEY, true) . '&DYN_UID=' . G::encrypt($this->getItemAbeProperties('DYN_UID'), URL_KEY, true) . '&ABER=' . G::encrypt($abeRequest['ABE_REQ_UID'], URL_KEY, - true) . '" target="_blank">Please complete this form'; + true) . '" target="_blank">' . G::LoadTranslation('ID_ACTIONS_BY_EMAIL_LINK_TO_FILL_A_FORM') . ''; return $html; } diff --git a/workflow/engine/content/translations/english/processmaker.en.po b/workflow/engine/content/translations/english/processmaker.en.po index 9a3f2ffd0..f06b0dd00 100644 --- a/workflow/engine/content/translations/english/processmaker.en.po +++ b/workflow/engine/content/translations/english/processmaker.en.po @@ -1837,6 +1837,12 @@ msgstr "Actions" msgid "actionsByEmail.html" msgstr "actionsByEmail.html" +# TRANSLATION +# LABEL/ID_ACTIONS_BY_EMAIL_LINK_TO_FILL_A_FORM +#: LABEL/ID_ACTIONS_BY_EMAIL_LINK_TO_FILL_A_FORM +msgid "Please complete this form" +msgstr "Please complete this form" + # TRANSLATION # LABEL/ID_ACTIONS_BY_EMAIL_LOG #: LABEL/ID_ACTIONS_BY_EMAIL_LOG diff --git a/workflow/engine/data/mysql/insert.sql b/workflow/engine/data/mysql/insert.sql index 20e077737..7596715d8 100644 --- a/workflow/engine/data/mysql/insert.sql +++ b/workflow/engine/data/mysql/insert.sql @@ -57104,6 +57104,7 @@ INSERT INTO TRANSLATION (TRN_CATEGORY,TRN_ID,TRN_LANG,TRN_VALUE,TRN_UPDATE_DATE ( 'LABEL','ID_ACTION','en','Action','2014-01-15') , ( 'LABEL','ID_ACTIONS','en','Actions','2014-01-15') , ( 'LABEL','ID_ACTIONS_BY_EMAIL','en','actionsByEmail.html','2014-01-15') , +( 'LABEL','ID_ACTIONS_BY_EMAIL_LINK_TO_FILL_A_FORM','en','Please complete this form','2019-10-18') , ( 'LABEL','ID_ACTIONS_BY_EMAIL_LOG','en','Actions By Email Log','2016-01-12') , ( 'LABEL','ID_ACTION_DISABLED_TO_LOW_PERFORMANCE_1','en','This action was disabled to prevent slow browser performance. There are more than 100 records in the column definition grid.','2015-01-16') , ( 'LABEL','ID_ACTION_DISABLED_TO_LOW_PERFORMANCE_2','en','

Please perform this action with manual selection only.','2014-01-15') ,