mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-27 09:12:41 +01:00
Restore "Query:" to page title in application search
Summary: Fixes T7055. Omitting this from the crumbs is an improvement, but page titles like "New" seem better with a little more context. Test Plan: Saw "Query:" in page titles only. Reviewers: chad Reviewed By: chad Subscribers: epriestley Maniphest Tasks: T7055 Differential Revision: https://secure.phabricator.com/D11931
This commit is contained in:
parent
a9b4197f93
commit
a0e9762968
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ final class PhabricatorApplicationSearchController
|
||||||
return $this->buildApplicationPage(
|
return $this->buildApplicationPage(
|
||||||
$nav,
|
$nav,
|
||||||
array(
|
array(
|
||||||
'title' => $title,
|
'title' => pht('Query: %s', $title),
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue