1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-19 13:22:42 +01:00

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
This commit is contained in:
Bob Trahan 2014-07-10 17:18:00 -07:00
parent 6eb879210a
commit fc36ec0da1

View file

@ -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(