mirror of
https://github.com/unraid/webgui.git
synced 2026-01-27 03:59:01 -06:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user