mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
l10n: Add <code>
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
This commit is contained in:
parent
4f99385311
commit
bd1264ef7f
1 changed files with 1 additions and 1 deletions
|
|
@ -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.')
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue