diff options
Diffstat (limited to 'lib')
-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 076da305fbc..068e7a199b5 100644 --- a/lib/private/legacy/OC_Util.php +++ b/lib/private/legacy/OC_Util.php @@ -919,7 +919,7 @@ class OC_Util { if ($iniWrapper->getBool('mbstring.func_overload') !== null && $iniWrapper->getBool('mbstring.func_overload') === true) { $errors[] = [ - 'error' => $l->t('mbstring.func_overload is set to "%s" instead of the expected value "0".', [$iniWrapper->getString('mbstring.func_overload')]), + 'error' => $l->t('<code>mbstring.func_overload</code> is set to "%s" instead of the expected value "0".', [$iniWrapper->getString('mbstring.func_overload')]), 'hint' => $l->t('To fix this issue set <code>mbstring.func_overload</code> to <code>0</code> in your php.ini.') ]; } |