HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Email text

jungicajungica New
edited August 2011 in Localization
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.
Tagged:

Answers

  • bump...
  • no answers... just the echo...

  • 422422 Developer MVP

    Try language locale file

    There was an error rendering this rich post.

  • sahotataransahotataran Developer, Bay Area - CA ✭✭✭

    m not sure how that can be changed - this is how it appears in

    /applications/conversations/settings/structure.php

    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.

  • sahotataran said:
    m not sure how that can be changed - this is how it appears in

    /applications/conversations/settings/structure.php

    i already changed (translated) this file, but still the original (english) text appears in the sent mails... strange

Sign In or Register to comment.