Changing the tab names in Vtiger
Simple instructions to change tab names
edit include/language/en_us.lang.php
around line 415 you’ll see the names of the tabs and their labels
edit the labels to change the tab names
e.g.
‘Sales’=>’Sales’,
becomes
‘Sales’=>’Unsecured”,
You may have to log out and back in to see any changes