mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 08:52:39 +01:00
Fix a typo in message and translate it
Test Plan: /config/issue/config.unknown.auth.password-auth-enabled/ Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D6322
This commit is contained in:
parent
0529acd05b
commit
9cc6e87172
2 changed files with 9 additions and 1 deletions
|
@ -65,7 +65,7 @@ final class PhabricatorSetupCheckExtraConfig extends PhabricatorSetupCheck {
|
|||
}
|
||||
|
||||
$message = $message."\n\n".pht(
|
||||
"This configuration value is defined in in these %d ".
|
||||
"This configuration value is defined in these %d ".
|
||||
"configuration source(s): %s.",
|
||||
count($found),
|
||||
implode(', ', $found));
|
||||
|
|
|
@ -304,6 +304,14 @@ abstract class PhabricatorBaseEnglishTranslation
|
|||
'%d rejection(s)' => array('%d rejection', '%d rejections'),
|
||||
'%d update(s)' => array('%d update', '%d updates'),
|
||||
|
||||
'This configuration value is defined in these %d '.
|
||||
'configuration source(s): %s.' => array(
|
||||
'This configuration value is defined in this '.
|
||||
'configuration source: %2$s.',
|
||||
'This configuration value is defined in these %d '.
|
||||
'configuration sources: %s.',
|
||||
),
|
||||
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue