Skip to content

Commit 2a496af

Browse files
committed
Issues-670: Updated email message for Client Manager
1 parent 2b4c9f6 commit 2a496af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Topcoder/class.topcoder.plugin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2428,7 +2428,7 @@ public function activityModel_BeforeCheckPreference_handler($sender, $args) {
24282428
// '<p><span>Category: ' . implode('›', $categoryBreadcrumbs) . '</p>' .
24292429
'<p><span>Message:</span> ' . $message . '</p>' .
24302430
'<hr/>'.
2431-
'<p>To answer, <a target="_blank" href="'. val('EmbedUrl', $data).'">click here</a> to be taken to this discussion.<br/>
2431+
'<p>To answer, click "Open Discussion" below to be taken to this discussion.<br/>
24322432
Please do not reply to this email.<br/>
24332433
Thank you!
24342434
The Topcoder Team</p>' .
@@ -2463,7 +2463,7 @@ public function activityModel_BeforeCheckPreference_handler($sender, $args) {
24632463
'</p>' .
24642464
'<hr/>';
24652465
}
2466-
$activity['Story'] .= '<p>To answer, <a target="_blank" href="'. val('EmbedUrl', $data).'">click here</a> to be taken to this discussion.<br/>
2466+
$activity['Story'] .= '<p>To answer, click "Open Discussion" below to be taken to this discussion.<br/>
24672467
Please do not reply to this email.<br/>
24682468
Thank you!
24692469
The Topcoder Team</p>';

0 commit comments

Comments
 (0)