mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01: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:
parent
42156ed1ff
commit
67d9568fb5
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ final class PhabricatorHomeProfileMenuItem
|
||||||
const MENUITEMKEY = 'home.dashboard';
|
const MENUITEMKEY = 'home.dashboard';
|
||||||
|
|
||||||
public function getMenuItemTypeName() {
|
public function getMenuItemTypeName() {
|
||||||
return pht('Home');
|
return pht('Built-in Homepage');
|
||||||
}
|
}
|
||||||
|
|
||||||
private function getDefaultName() {
|
private function getDefaultName() {
|
||||||
|
|
Loading…
Reference in a new issue