From d78c22640b08443c4e7d3f0e84fe80db963adf07 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Mon, 27 Apr 2015 09:18:13 -0700 Subject: [PATCH] Change Duplicate icon in Maniphest Summary: Fixes T7917 Test Plan: Closed a task as a duplicate, see new icon. Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin, epriestley Maniphest Tasks: T7917 Differential Revision: https://secure.phabricator.com/D12575 --- .../maniphest/config/PhabricatorManiphestConfigOptions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php b/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php index 18ddf47c6c..c766eed655 100644 --- a/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php +++ b/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php @@ -117,7 +117,7 @@ final class PhabricatorManiphestConfigOptions 'duplicate' => array( 'name' => pht('Duplicate'), 'name.full' => pht('Closed, Duplicate'), - 'transaction.icon' => 'fa-times', + 'transaction.icon' => 'fa-files-o', 'special' => ManiphestTaskStatus::SPECIAL_DUPLICATE, 'closed' => true, ),