Benefits wants to change the button label from "make Changes" to Continue. The bensummary.htm has the label but I have no idea how to change it. It looks like it's searching for the phrase in a file but not sure how to find the location of the file/script. Any help would be greatly appreciated!
Here is the code:
html+=uiButton(getSeaPhrase("MAKE_CHANGES","BEN"),"parent.no();return false", "margin-top:10px")
if(parent.errorPlans.length==0 && (parent.errorGroups.length==0 || !parent.verifyPlanGrps)) { html+=uiButton(getSeaPhrase("EXIT","BEN"),"parent.show_choice_win(true);return false", "margin-top:10px") } html+='' html+='' html+='' html+='
These files can be found in $WEBDIR/Lawson/xhrnet/xml/lang/enus/benmsgs.xml
the enus directory is for English US so I am assuming that you are an US client.
Thank you both, Sam and Judi. I was able to make the change!!!!!