I’m trying to change the labels on alternate address under contacts. One was determined not to change (driving me insane)
I wound up searching the string with the name which wouldn’t go away and found it in ./cache/modules/Contacts/language/en_us.lang.php
Big problem, though. If I change it, it fixes the problem. If I repair, of course it changes back. I can’t for the life of me figure out where it is inheriting that information from which is changing the field label.
the cached file should come from:
\modules\Contacts\language\en_us.lang.php (your language code may be different)
So you need to edit that file, but… is this an error on the language file or just your own personalization?
If its an error it should be changed in the source for all the other users… and changed in the Crowdin system.
Can you post details on the actual string involved?
It’s my own customisation - our instance uses individuals with a link to an organisation, but their own details as primary, there was some inadvertent population of address with organisational address details, so we swapped the address fields. Everything was changed in the \modules\Contacts\language\en_us.lang.php file, but “Other Address” continued to appear next to the alt_address (now primary address) box. We searched for that string, hence finding it in the cache. Changing it fixes the error, but repair undoes this fix - hence my puzzlement.