mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 23:02:42 +01:00
Fix missing label in Request Review
Summary: Fixes T3564. This was a change out of FB recently, see D6340. Add a missing label. Test Plan: "Request Review" now has a label. Reviewers: chad Reviewed By: chad CC: aran Maniphest Tasks: T3564 Differential Revision: https://secure.phabricator.com/D6484
This commit is contained in:
parent
a04065649b
commit
7492eb36d4
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ final class DifferentialAddCommentView extends AphrontView {
|
|||
$enable_ccs = ($action == DifferentialAction::ACTION_ADDCCS);
|
||||
$add_reviewers_labels = array(
|
||||
'add_reviewers' => pht('Add Reviewers'),
|
||||
'request_review' => pht('Add Reviewers'),
|
||||
'resign' => pht('Suggest Reviewers'),
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue