mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Add pht() to two strings in Core settings.
Summary: See title. Test Plan: Checked that the strings still rendered. Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Maniphest Tasks: T2255 Differential Revision: https://secure.phabricator.com/D4327
This commit is contained in:
parent
962b432bfb
commit
cad546301d
1 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ final class PhabricatorCoreConfigOptions
|
|||
"improves security by preventing cookies from being set on other ".
|
||||
"domains, and allows daemons to send emails with links that have ".
|
||||
"the correct domain."))
|
||||
->addExample('http://phabricator.example.com/', 'Valid Setting'),
|
||||
->addExample('http://phabricator.example.com/', pht('Valid Setting')),
|
||||
$this->newOption('phabricator.production-uri', 'string', null)
|
||||
->setSummary(
|
||||
pht("Primary install URI, for multi-environment installs."))
|
||||
|
@ -35,7 +35,7 @@ final class PhabricatorCoreConfigOptions
|
|||
"production environment. If unset, defaults to ".
|
||||
"{{phabricator.base-uri}}. Most installs do not need to set ".
|
||||
"this option."))
|
||||
->addExample('http://phabricator.example.com/', 'Valid Setting'),
|
||||
->addExample('http://phabricator.example.com/', pht('Valid Setting')),
|
||||
$this->newOption('phabricator.timezone', 'string', null)
|
||||
->setSummary(
|
||||
pht("The timezone Phabricator should use."))
|
||||
|
|
Loading…
Reference in a new issue