1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-22 23:02:42 +01:00

Improve page title in Diffusion history

Test Plan: Looked at it.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D5748
This commit is contained in:
Jakub Vrana 2013-04-22 20:11:52 -07:00
parent 50ba02b38d
commit 4767068ab7

View file

@ -95,7 +95,10 @@ final class DiffusionHistoryController extends DiffusionController {
return $this->buildApplicationPage(
$nav,
array(
'title' => 'history',
'title' => array(
pht('History'),
pht('%s Repository', $drequest->getRepository()->getCallsign()),
),
));
}