mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Add quotation marks
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
f5a40c2219
commit
6475f2f8be
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class PhpDefaultCharset implements ISetupCheck {
|
|||
if (strtoupper(trim(ini_get('default_charset'))) === 'UTF-8') {
|
||||
return SetupResult::success('UTF-8');
|
||||
} else {
|
||||
return SetupResult::warning($this->l10n->t('PHP configuration option default_charset should be UTF-8'));
|
||||
return SetupResult::warning($this->l10n->t('PHP configuration option "default_charset" should be UTF-8'));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue