UI Action translation in Agent WorkspaceIssue UI actions like 'New' button are not getting translated in Agent Workspace, even when created records for sys_ui_action record on sys_translated_text table. Steps to Reproduce: Go to Agent Workspace (AWS)Open the list of incidents from any moduleChange the language to something else other than English, if not already doneNotice that the New button is not translatedReleaseNewYork and aboveCauseFrom New York onwards, the functionality to create or suppress the New button resides within the declarative action framework. So, creating a sys_translated_text record for the UI action will not help, as the new button technically is not part of sys_ui_action table, but of sys_declarative_action_assignment table.ResolutionCreate an entry on the sys_traslated_text table for the sys_declarative_action_assignment table. Select the table as sys_declarative_action_assignment and the document ID will be the sys_id of the declarative action assignment record's sys_id.Verify which table you have defined the declarative action. For example, for the New button on the incident list, take the sys_id for the declarative action for task table. The field name for creating the translation will be 'Action Label'.Related LinksThis feature changed as part of the NY release. Here is the product documentation for this: Setting up your legacy workspace