Fix typo in method name
This commit is contained in:
@@ -7,7 +7,7 @@ final class ManiphestSearchController
|
||||
private $taskTypeKey;
|
||||
private $taskTypes;
|
||||
|
||||
protected function getDescruptionForQuery($query) {
|
||||
protected function getDescriptionForQuery($query) {
|
||||
$description = 'Showing results for ';
|
||||
if ($query->getIsBuiltin()) {
|
||||
$description .= ' query "%s"';
|
||||
|
||||
@@ -86,7 +86,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
protected function getDescruptionForQuery($query) {
|
||||
protected function getDescriptionForQuery($query) {
|
||||
if ($query->getIsBuiltin()) {
|
||||
$description = pht(
|
||||
'Showing results for query "%s".',
|
||||
@@ -192,7 +192,7 @@
|
||||
$filter_view = id(new AphrontListFilterView())->appendChild($form);
|
||||
|
||||
if ($run_query && $named_query) {
|
||||
$description = $this->getDescruptionForQuery($named_query);
|
||||
$description = $this->getDescriptionForQuery($named_query);
|
||||
$filter_view->setCollapsed(
|
||||
pht('Edit Query...'),
|
||||
pht('Hide Query'),
|
||||
|
||||
Reference in New Issue
Block a user