mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Use heavy-check and heavy-x next to "Accept" and "Raise Concern" Audit actions
Summary: Mark these actions with the same markers we use in Differential. Test Plan: {F12094} Reviewers: csilvers, jungejason, btrahan Reviewed By: csilvers CC: aran Maniphest Tasks: T1289 Differential Revision: https://secure.phabricator.com/D2601
This commit is contained in:
parent
9c2b67e2dc
commit
c26062b43d
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ final class PhabricatorAuditActionConstants {
|
|||
public static function getActionNameMap() {
|
||||
static $map = array(
|
||||
self::COMMENT => 'Comment',
|
||||
self::CONCERN => 'Raise Concern',
|
||||
self::ACCEPT => 'Accept Commit',
|
||||
self::CONCERN => "Raise Concern \xE2\x9C\x98",
|
||||
self::ACCEPT => "Accept Commit \xE2\x9C\x94",
|
||||
self::RESIGN => 'Resign from Audit',
|
||||
self::CLOSE => 'Close Audit',
|
||||
self::ADD_CCS => 'Add CCs',
|
||||
|
|
Loading…
Reference in a new issue