1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 01:08:50 +02:00

Add better description to built-in Home

Summary: Ref T12174. This could be a little more verbose.

Test Plan: Review Global Menu Items

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T12174

Differential Revision: https://secure.phabricator.com/D17294
This commit is contained in:
Chad Little 2017-02-01 16:00:33 -08:00
parent 42156ed1ff
commit 67d9568fb5

View file

@ -6,7 +6,7 @@ final class PhabricatorHomeProfileMenuItem
const MENUITEMKEY = 'home.dashboard';
public function getMenuItemTypeName() {
return pht('Home');
return pht('Built-in Homepage');
}
private function getDefaultName() {