Hi,
You can change the line:
$t .= '<p>'.$fieldsClass->getFieldName($field).': '.$fieldsClass->show($field,$item->$namekey,'admin_email').'</p>';
in the preload of the emails.
Please understand that custom coding is not part of the normal support.
You should normally contact a 3rd party developer to help you with that.
I guess that something like that should do:
$t .= '<p>'.preg_replace('/{(.*?)}/', '', $fieldsClass->getFieldName($field)).': '.$fieldsClass->show($field,$item->$namekey,'admin_email').'</p>';