diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-12-15 17:50:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-15 17:50:18 +0100 |
commit | bd1264ef7f5b4e78b3f8a61caededfe05700f15f (patch) | |
tree | 262a82cf8b813b65214cdaccc6c70c1429ac03a8 /lib/private/legacy | |
parent | 4f99385311b8a9b1ff5146f1a886d97ef81ee9c0 (diff) | |
download | nextcloud-server-bd1264ef7f5b4e78b3f8a61caededfe05700f15f.tar.gz nextcloud-server-bd1264ef7f5b4e78b3f8a61caededfe05700f15f.zip |
l10n: Add <code>
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Diffstat (limited to 'lib/private/legacy')
-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 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('<code>mbstring.func_overload</code> 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 <code>%s</code> instead of the expected value <code>0</code>.', [$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.') ]; } |