From fc36ec0da159a05037e51fa35ed40548483aaa39 Mon Sep 17 00:00:00 2001 From: Bob Trahan Date: Thu, 10 Jul 2014 17:18:00 -0700 Subject: [PATCH] Maniphest - add 'upforgrabs' hint in bulk editor Summary: change typeahead placeholder to include 'or "upforgrabs" to unassign...' Fixes T2267. Well, makes it as good as its going to be until we get some new space age UI. Test Plan: new text looks okay-ish Reviewers: epriestley Reviewed By: epriestley Subscribers: epriestley, Korvin Maniphest Tasks: T2267 Differential Revision: https://secure.phabricator.com/D9882 --- .../maniphest/controller/ManiphestBatchEditController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/applications/maniphest/controller/ManiphestBatchEditController.php b/src/applications/maniphest/controller/ManiphestBatchEditController.php index 98b676d02b..b338293585 100644 --- a/src/applications/maniphest/controller/ManiphestBatchEditController.php +++ b/src/applications/maniphest/controller/ManiphestBatchEditController.php @@ -74,7 +74,8 @@ final class ManiphestBatchEditController extends ManiphestController { ), 'owner' => array( 'src' => '/typeahead/common/searchowner/', - 'placeholder' => pht('Type a user name...'), + 'placeholder' => pht( + 'Type a user name or "upforgrabs" to unassign...'), 'limit' => 1, ), 'cc' => array(