From cb64bef3c57a9c96be136dbf5f1834466d53f7e8 Mon Sep 17 00:00:00 2001 From: Bob Trahan Date: Mon, 14 Oct 2013 12:33:38 -0700 Subject: [PATCH] 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 --- src/applications/maniphest/mail/ManiphestReplyHandler.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/applications/maniphest/mail/ManiphestReplyHandler.php b/src/applications/maniphest/mail/ManiphestReplyHandler.php index 084d55d38d..e2db4cd91f 100644 --- a/src/applications/maniphest/mail/ManiphestReplyHandler.php +++ b/src/applications/maniphest/mail/ManiphestReplyHandler.php @@ -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 ."; } else { return null; }