Ms CRM Rename 'Additional addresses' in accounts and contacts
2 answers
Apparently these types of labels are hardcoded. It seems that the only workaround is to track the (unsupported) HTML change path in the OnLoad method. Sort of
document.all.navAddresses.innerHTML = ...
You will need to dig into the details of HTML to achieve the desired effect.
Good luck!
0
a source to share