Translation of message in hr_TaskTicket script include is missing in sys_ui_message tableDescriptionOOTB script include "hr_TaskTicket" utilise the sn_i18n.Message.getMessage() API with code parameter "Employee Center Core Task-Completion-Header". However, there is no translations with code value = "Employee Center Core Task-Completion-Header" in sys_ui_message table, which makes the API always retrun English and break the translations of the widgets that utilise this script. For example, the HRJ Task E-Sign or HRJ Task Take Survey widget.Steps to Reproduce 1. Install Employee Center Core2. Install French language3. Change the language to French4. Open background script 5. Run the following code to log one of the sn_i18n.Message.getMessage() APIs copied from the source code of hr_TaskTicketgs.info(sn_i18n.Message.getMessage("Employee Center Core Task-Completion-Header", 'You\'ve skipped this task'));6. Observe the result is *** Script: You've skipped this task Expected result: *** Script: Vous avez ignoré cette tâcheWorkaroundThe issue can be fixed by the workaround:-1. Open the sys_ui_message table and filter the French translation of "you've skipped this task"2. Update the code value of the sys_ui_message record to "Employee Center Core Task-Completion-Header"3. Rerun the script above and see the expected result Official fix will be available in 31.0.1 which will true-up in Washington DC family and will be available in the store in Nov 2023.Related Problem: PRB1707044