diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2022-04-28 08:30:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-28 08:30:49 +0200 |
commit | 71e31c3b862618720b4b5523e9de9ef5ba6abb2c (patch) | |
tree | d2066b6717dd6e08625a08642b0ef47acdd86c03 /lib/private/legacy/OC_Util.php | |
parent | f0df06ed311ec6004d14fb6b439d30b4cf223fbb (diff) | |
download | nextcloud-server-71e31c3b862618720b4b5523e9de9ef5ba6abb2c.tar.gz nextcloud-server-71e31c3b862618720b4b5523e9de9ef5ba6abb2c.zip |
l10n: Correct a typo
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'lib/private/legacy/OC_Util.php')
-rw-r--r-- | lib/private/legacy/OC_Util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/legacy/OC_Util.php b/lib/private/legacy/OC_Util.php index b353cac5c5f..ee7fb517d98 100644 --- a/lib/private/legacy/OC_Util.php +++ b/lib/private/legacy/OC_Util.php @@ -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.') ]; } |