mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-26 00:32:42 +01:00
Don't preface 'Daemons' with 'Phabricator'.
Summary: It's obvious that they're Phabricator related (why else would we provide settings for them) and nothing else is prefaced. Test Plan: Looked at /config/ Reviewers: epriestley, chad, btrahan Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T2255 Differential Revision: https://secure.phabricator.com/D4471
This commit is contained in:
parent
800f62d0d5
commit
8b1fb16865
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ final class PhabricatorPHDConfigOptions
|
|||
extends PhabricatorApplicationConfigOptions {
|
||||
|
||||
public function getName() {
|
||||
return pht("Phabricator Daemons");
|
||||
return pht("Daemons");
|
||||
}
|
||||
|
||||
public function getDescription() {
|
||||
|
|
Loading…
Reference in a new issue