We can change the label of a field using JavaScript by following :
function changeLabel() {
var labelname = “newname” ;
Xrm.Page.ui.controls.get( “fieldname” ).setLabel(labelname);
}
SOURCE : JUST2CODE.IN
Subscribe to our YouTube channel : https://www.youtube.com/user/TheRussell2012