Missing Translation on Employee Center WidgetIssue In the Employee Center (ESC) portal, when accessing a Requested Item (RITM) that includes a multi-row variable set (MRVS), the text “Click to view” is displayed in English instead of French (Canada), despite a sys_ui_message record existing for translation. Steps to Reproduce Set the instance language to French (Canada).Add a multi-row variable set (MRVS) to a Catalog Item (CITM).Submit a RITM using this CITM through Employee Center.Navigate to the RITM in ESC.Open the Additional Information tab.Observe that the text “Click to view” appears in English instead of being localized.ReleaseAll supported versions of Employee Center / Service PortalCauseThe translation string in sys_ui_message may not be correctly matched or referenced for the specific widget/component rendering the MRVS in ESC.ResolutionResolution Navigate to System UI > Messages.Ensure the following entry exists: Key: Click to viewLanguage: fr.CA (French - Canada)Message: Cliquez pour voir Ensure exact case sensitivity and spacing match the original string.Run cache.do or test in a new browser session to confirm translation is applied.Related LinksFrom the Community: How to translate UI Messages (sys_ui_message) with variables in the key? Translate topic names Employee center From Documentation: Message table Translating text fields