Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14411571
D9903.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1001 B
Referenced Files
None
Subscribers
None
D9903.diff
View Options
diff --git a/src/applications/typeahead/controller/PhabricatorTypeaheadModularDatasourceController.php b/src/applications/typeahead/controller/PhabricatorTypeaheadModularDatasourceController.php
--- a/src/applications/typeahead/controller/PhabricatorTypeaheadModularDatasourceController.php
+++ b/src/applications/typeahead/controller/PhabricatorTypeaheadModularDatasourceController.php
@@ -86,14 +86,17 @@
$table = new AphrontTableView($content);
$table->setHeaders(
array(
- 'Name',
- 'URI',
- 'PHID',
- 'Priority',
- 'Display Name',
- 'Display Type',
- 'Image URI',
- 'Priority Type',
+ pht('Name'),
+ pht('URI'),
+ pht('PHID'),
+ pht('Priority'),
+ pht('Display Name'),
+ pht('Display Type'),
+ pht('Image URI'),
+ pht('Priority Type'),
+ pht('Icon'),
+ pht('Closed'),
+ pht('Sprite'),
));
$result_box = id(new PHUIObjectBoxView())
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Dec 25, 11:22 AM (10 h, 56 m)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6926047
Default Alt Text
D9903.diff (1001 B)
Attached To
Mode
D9903: Add more columns to typeahead wire format debugging view
Attached
Detach File
Event Timeline
Log In to Comment