Skip to content

Commit eace05e

Browse files
author
epriestley
committedMay 24, 2014
Change "Blocking Tasks" property list label to "Blocks"
Summary: Ref T5021. This specific label is a little more clear as "Blocks". See also IRC. Test Plan: eyeballed it Reviewers: btrahan, lpriestley, hach-que Reviewed By: hach-que Subscribers: epriestley Maniphest Tasks: T5021 Differential Revision: https://secure.phabricator.com/D9279
1 parent 9979f6e commit eace05e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/applications/maniphest/controller/ManiphestTaskDetailController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ private function buildPropertyView(
593593

594594
$edge_types = array(
595595
PhabricatorEdgeConfig::TYPE_TASK_DEPENDED_ON_BY_TASK
596-
=> pht('Blocking Tasks'),
596+
=> pht('Blocks'),
597597
PhabricatorEdgeConfig::TYPE_TASK_DEPENDS_ON_TASK
598598
=> pht('Blocked By'),
599599
PhabricatorEdgeConfig::TYPE_TASK_HAS_RELATED_DREV

0 commit comments

Comments
 (0)
Failed to load comments.