mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #32200 from nextcloud/Valdnet-patch-2
l10n: Correct a typo
This commit is contained in:
commit
c2d9c2b93e
1 changed files with 1 additions and 1 deletions
|
|
@ -739,7 +739,7 @@ class OC_Util {
|
|||
foreach (['secret', 'instanceid', 'passwordsalt'] as $requiredConfig) {
|
||||
if ($config->getValue($requiredConfig, '') === '' && !\OC::$CLI && $config->getValue('installed', false)) {
|
||||
$errors[] = [
|
||||
'error' => $l->t('The required %s config variable is not configued in the config.php file.', [$requiredConfig]),
|
||||
'error' => $l->t('The required %s config variable is not configured in the config.php file.', [$requiredConfig]),
|
||||
'hint' => $l->t('Please ask your server administrator to check the Nextcloud configuration.')
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue