diff options
author | Valdnet <47037905+Valdnet@users.noreply.github.com> | 2021-12-15 17:47:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-15 17:47:41 +0100 |
commit | 4f99385311b8a9b1ff5146f1a886d97ef81ee9c0 (patch) | |
tree | 6b239359b3badc7ba7709ed2f8411504e339b167 /lib | |
parent | ebc31691059270ce37871bfb1ead313b57025dfc (diff) | |
download | nextcloud-server-4f99385311b8a9b1ff5146f1a886d97ef81ee9c0.tar.gz nextcloud-server-4f99385311b8a9b1ff5146f1a886d97ef81ee9c0.zip |
l10n: Add <code>
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
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.') ]; } |