Merge remote-tracking branch 'upstream/master'

This commit is contained in:
bergware
2021-06-03 18:42:35 +02:00
2 changed files with 1 additions and 2 deletions

View File

@@ -908,7 +908,6 @@ _(Privileged)_:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="width=1600">
<meta name="robots" content="noindex, nofollow">

View File

@@ -340,7 +340,7 @@ $THEME_DARK = in_array($display['theme'],['black','gray']);
<header>
<h1><?=$var['NAME']?></h1>
<h2><?=$var['COMMENT']?></h2>
<p>Please set a password for the root user account. Maximum length is 128 characters.</p>
<p><?= _('Please set a password for the root user account. Maximum length is 128 characters.') ?></p>
</header>
<noscript>
<p class="error"><?= _('The Unraid OS webgui requires JavaScript').'. '._('Please enable it').'.' ?></p>