luismi
Hi,
You can customize a bit to add the language string for this page. Here is my tweak:
1. Go to file: /root/templates/ja_company/html/com_contact/contact/default_address.php
2. Look for the text 'Address'
Address:
change it to:
<?php echo JText::_('TPL_CONTACT_ADDRESS'); ?>:
http://prntscr.com/k7rt81
- Then you go to Backend > Extensions > Languages > Overrides and add your own translation for this language constant: TPL_CONTACT_ADDRESS: http://prntscr.com/k7rthc
And you can apply the same for other text.
Regards