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