Description of Preapproved tab on Change Landing page accessed via: Change > Create New, is poorly wordedDescriptionDescription of Preapproved tab on Change Landing page accessed via: Change > Create New, is poorly worded:Expected description: A subset of Change Request types which are preapproved.Actual description: A subset of Change Request types which have are preapproved. Steps to Reproduce 1. Standard Change >> All Templates and set all to active=false2. Change >> Create New and select tab: PreapprovedExpected description: A subset of Change Request types which are preapproved.Actual description: A subset of Change Request types which have are preapproved.WorkaroundModify UI Script: landing.app SysId: c0730abc53d350100999ddeeff7b12c4 from: chgModelLandingCtrl.form.preapproved.description = i18n.getMessage("A subset of Change Request types which have are preapproved."); To: chgModelLandingCtrl.form.preapproved.description = i18n.getMessage("A subset of Change Request types which are preapproved."); Modify UI Macro: cmu_landing_translation SysId: 20c8fd77530310100999ddeeff7b125b from: <now-message key="A subset of Change Request types which have are preapproved." value="${gs.getMessage('A subset of Change Request types which have are preapproved.')}" /> To: <now-message key="A subset of Change Request types which are preapproved." value="${gs.getMessage('A subset of Change Request types which are preapproved.')}" /> Related Problem: PRB1558275