Hi,
I'm looking to know how to change the default email text created by the share button in a contact or account module:
This is the default email text :
Thanks,
Jonathan
Hi,
I'm looking to know how to change the default email text created by the share button in a contact or account module:
This is the default email text :
Thanks,
Jonathan
Create or modify file in \custom\Extension\application\Ext\Language\en_us.lang.php :
Add this:
$app_strings['TPL_RECORD_SHARE_SUBJECT'] = 'Shared {{module}} {{name}} from {{appId}}'; $app_strings['TPL_RECORD_SHARE_BODY'] = 'Please checkout {{module}} {{name}} from {{appId}}';
Now you can change this text.
Create or modify file in \custom\Extension\application\Ext\Language\en_us.lang.php :
Add this:
$app_strings['TPL_RECORD_SHARE_SUBJECT'] = 'Shared {{module}} {{name}} from {{appId}}'; $app_strings['TPL_RECORD_SHARE_BODY'] = 'Please checkout {{module}} {{name}} from {{appId}}';
Now you can change this text.