Email text
jungica
New
Hi!
I can't find where to change the system mail text...
The message title says: "XYZ sent you a message"
Where is this text? A searched with total commander in files, no result.
Thanx.
I can't find where to change the system mail text...
The message title says: "XYZ sent you a message"
Where is this text? A searched with total commander in files, no result.
Thanx.
Tagged:
0
Answers
no answers... just the echo...
Try language locale file
There was an error rendering this rich post.
m not sure how that can be changed - this is how it appears in
on or around line 124
// X sent you a message if ($SQL->GetWhere('ActivityType', array('Name' => 'ConversationMessage'))->NumRows() == 0) $SQL->Insert('ActivityType', array('AllowComments' => '0', 'Name' => 'ConversationMessage', 'FullHeadline' => '%1$s sent you a %8$s.', 'ProfileHeadline' => '%1$s sent you a %8$s.', 'RouteCode' => 'message', 'Notify' => '1', 'Public' => '0'));There was an error rendering this rich post.
i already changed (translated) this file, but still the original (english) text appears in the sent mails... strange