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:
@@ -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()),
|
||||
),
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user