Skip to content

Commit bc8f34d

Browse files
committed
Template tweak for Topcoder
1 parent cf698db commit bc8f34d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Topcoder/class.topcoder.plugin.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2420,7 +2420,7 @@ public function activityModel_BeforeCheckPreference_handler($sender, $args) {
24202420

24212421
$activity['Story'] =
24222422
'<p>Hi there,</p>' .
2423-
'<p>A new message has been posted on your work forum tied to your Topcoder Work "' . $categoryName . '" ' .
2423+
'<p>A new message has been posted on the discussion tied to your Topcoder Work "' . $categoryName . '" ' .
24242424
'which was updated ' . $dateInserted . ' by ' . $author->Name . ':<p/>' .
24252425
'<hr/>' .
24262426
'<div style="padding: 0; margin: 0">' .
@@ -2445,7 +2445,8 @@ public function activityModel_BeforeCheckPreference_handler($sender, $args) {
24452445
$commentAuthor = $userModel->getID(val('InsertUserID',$comment));
24462446
$commentStory = Gdn::formatService()->renderQuote(val('Body',$comment), val('Format',$comment));
24472447
$activity['Story'] =
2448-
'<p>A new message has been posted on your work forum tied to your Topcoder Work "' . $categoryName . '" ' .
2448+
'<p>Hi there,</p>' .
2449+
'<p>A new message has been posted on the discussion tied to your Topcoder Work "' . $categoryName . '" ' .
24492450
'which was updated ' . $commentDateInserted . ' by ' . val('Name',$commentAuthor) . ':</p>' .
24502451
'<hr/>' .
24512452
'<p class="label"><span style="display: block">Message:</span>'.'</p>' .

0 commit comments

Comments
 (0)