1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-19 16:58:48 +02:00

Use pink for "Unbreak Now" priority instead of indigo

Summary:
Fixes T9237. A while ago, the old (more-pink) indigo got split into "pink" (more pink) and "indigo" (more purple), but we didn't change this color config in Maniphest.

This generally made the color more purple, and it's now pretty simliar to the "needs triage" color (violet).

Make it "pink" instead.

Test Plan: {F742617}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T9237

Differential Revision: https://secure.phabricator.com/D13954
This commit is contained in:
epriestley 2015-08-21 08:04:37 -07:00
parent ed77b639f0
commit d825aae87d

View file

@ -25,7 +25,7 @@ final class PhabricatorManiphestConfigOptions
100 => array(
'name' => pht('Unbreak Now!'),
'short' => pht('Unbreak!'),
'color' => 'indigo',
'color' => 'pink',
'keywords' => array('unbreak'),
),
90 => array(