Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F18623888
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
Sep 16 2025, 5:58 PM (4 w, 5 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
9022724
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