Modify the command link label in Performance Document
Summary
How to change the command link label in the Goals evaluation pageContent
Hi,
We have a couple of requirements
1. Rename the Show Feedback to Matrix Manager Feedback
2. Rename "Additional Feedback for each performance goal can be accessed at the bottom of the list" to Matrix Manager Feedback for each performance goal can be accessed at the bottom of the list
I am not sure whether i can change the EL expression or not as it is basically the link.
Existing EL expression
1. #{pageFlowScope.pShowHideSectionText == null ? HcmPerformanceTopGenBundle['Action.ShowFeedback'] : pageFlowScope.pShowHideSectionText}
2. #{pageFlowScope.pSectionTypeCode eq 'REG' ? 'Additional feedback for each behavior can be accessed at the bottom of the list.': pageFlowScope.pSectionTypeCode eq 'GOAL' ? PerfGoalsFeedbackLink : DevGoalsFeedbackLink}