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:
parent
d0127f95e5
commit
cb64bef3c5
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue