Skip to content

Commit c26062b

Browse files
author
epriestley
committed
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
1 parent 9c2b67e commit c26062b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/applications/audit/constants/action/PhabricatorAuditActionConstants.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ final class PhabricatorAuditActionConstants {
2929
public static function getActionNameMap() {
3030
static $map = array(
3131
self::COMMENT => 'Comment',
32-
self::CONCERN => 'Raise Concern',
33-
self::ACCEPT => 'Accept Commit',
32+
self::CONCERN => "Raise Concern \xE2\x9C\x98",
33+
self::ACCEPT => "Accept Commit \xE2\x9C\x94",
3434
self::RESIGN => 'Resign from Audit',
3535
self::CLOSE => 'Close Audit',
3636
self::ADD_CCS => 'Add CCs',

0 commit comments

Comments
 (0)