1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-20 13:52:40 +01:00

Maniphest - make instructions !assign savvy

Summary: forgot this in last diff.  Ref T3937.

Test Plan: looks good

Reviewers: epriestley

Reviewed By: epriestley

CC: Korvin, epriestley, aran

Maniphest Tasks: T3937

Differential Revision: https://secure.phabricator.com/D7308
This commit is contained in:
Bob Trahan 2013-10-14 12:33:38 -07:00
parent d0127f95e5
commit cb64bef3c5

View file

@ -27,8 +27,8 @@ final class ManiphestReplyHandler extends PhabricatorMailReplyHandler {
public function getReplyHandlerInstructions() {
if ($this->supportsReplies()) {
return "Reply to comment or attach files, or !close, !claim, or ".
"!unsubscribe.";
return "Reply to comment or attach files, or !close, !claim, ".
"!unsubscribe or !assign <username>.";
} else {
return null;
}