mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Correct a "bin/mail" command in "Show Raw Email" help text
Summary: Fixes T12068. These are inbound messages, not outbound. Test Plan: Read carefully. Reviewers: chad Reviewed By: chad Maniphest Tasks: T12068 Differential Revision: https://secure.phabricator.com/D17144
This commit is contained in:
parent
103b450713
commit
68374aa264
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ final class PhabricatorApplicationTransactionCommentRawController
|
|||
$title = pht('Email Body Text');
|
||||
$body = $message->getRawTextBody();
|
||||
$details_text = pht(
|
||||
'For full details, run `/bin/mail show-outbound --id %d`',
|
||||
'For full details, run `/bin/mail show-inbound --id %d`',
|
||||
$source_id);
|
||||
$addendum = new PHUIRemarkupView($viewer, $details_text);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue