diff --git a/lib/private/legacy/OC_Util.php b/lib/private/legacy/OC_Util.php
index 068e7a199b5..76d799af285 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('mbstring.func_overload is set to %s instead of the expected value 0.', [$iniWrapper->getString('mbstring.func_overload')]),
'hint' => $l->t('To fix this issue set mbstring.func_overload to 0 in your php.ini.')
];
}