1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-23 15:22: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:
epriestley 2015-03-02 08:50:36 -08:00
parent a9b4197f93
commit a0e9762968

View file

@ -273,7 +273,7 @@ final class PhabricatorApplicationSearchController
return $this->buildApplicationPage(
$nav,
array(
'title' => $title,
'title' => pht('Query: %s', $title),
));
}