Is Changing System Labels for a field Possible and How?

I want to make LBL_START_DATE into LBL_CURRENT_TERM _START_DATE. The Field editor does not provide an option to change this. It’d be nice if it just replaced the old name w/out messing with existing data and map correctly.

Look forward to replies and direction.

@stevos

For SuiteCRM 7.
You can create the file: ‘custom/Extension/modules/<module_name>/Ext/Language/en_us.lang.php’ with content:

<?php
'LBL_START_DATE' => 'label name you want to see',

Do ’ Quick Repair and Rebuild’ after changing file.