mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 14:52:41 +01:00
Two minor Config sidebar tweaks.
Summary: - 'Config' -> 'Configuration' - 'Configuration' -> 'Option Groups' Test Plan: Looked at /config Reviewers: epriestley, chad, vrana Reviewed By: chad CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D4531
This commit is contained in:
parent
727c326e2e
commit
d30cc73847
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ abstract class PhabricatorConfigController extends PhabricatorController {
|
|||
|
||||
$nav = new AphrontSideNavFilterView();
|
||||
$nav->setBaseURI(new PhutilURI($this->getApplicationURI()));
|
||||
$nav->addLabel(pht('Site Config'));
|
||||
$nav->addFilter('/', pht('Configuration'));
|
||||
$nav->addLabel(pht('Site Configuration'));
|
||||
$nav->addFilter('/', pht('Option Groups'));
|
||||
$nav->addFilter('issue/', pht('Setup Issues'));
|
||||
$nav->addFilter('all/', pht('Current Settings'));
|
||||
|
||||
|
|
Loading…
Reference in a new issue