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:
parent
50ba02b38d
commit
4767068ab7
1 changed files with 4 additions and 1 deletions
|
@ -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()),
|
||||
),
|
||||
));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue