I am trying to modify the STATE address label in Leads module to read Suburb. (We don’t have states in New Zealand !)
I have tried the obvious and changed them in studio. This appears to work, but when I go into the module itself, it still reads State.
I have also tried creating a custom en_us.lang.php file in /custom/Extension/modules/Leads/Ext/Language to override LBL_PRIMARY_ADDRESS_STATE but it had no effect.
Note that I have done quick repairs after all these changes.
Can someone advise where to make these changes? Thanks
I am not sure about the answer, but I think I can tell you where to start looking:
Take a look inside this directory:
include/SugarFields/Fields/Address/
Then Google for past forum threads where people discuss these files and changing the structure of the Address fields.
Thanks pgr. I figured it out. I need to modify LBL_STATE not LBL_PRIMARY_ADDRESS_STATE in custom/Extension.
1 Like