Form Label/Header Text is not being translatedIssue Form Header/Label text is not translated when switching to other languages. Ex: Japanese. Steps to Reproduce: 1. Navigate to instance which has more than one language enable. 2. Switch to Japanese language 3. Go to incident.do and notice the Form Label reads as 'Incident' and not translated to Japanese.Resolution- The issue was caused because the caption was set to 'Incident' in UI Section. - Check the UI Section applied in the Form and check if the value is set in the 'caption' field. - Also, check the 'view' the form is try to load. Ex: Default View/Workspace View etc.. - Ex URL: https://<instance_name>.service-now.com/sys_ui_section.do?sys_id=<sys_id_ui_section>- setting the value of the caption field to blank and cache flush resolves the issue.