mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-20 21:34:11 -07:00
Correct typo, replace 'LoadAverage' with 'Load Average'
This commit is contained in:
parent
dc65561391
commit
869c54970e
5 changed files with 11 additions and 11 deletions
|
@ -60,7 +60,7 @@ if (!empty($_POST['ok'])) {
|
|||
$aliases = implode(",",$aliases_arr);
|
||||
$aliases = escapeshellarg($aliases);
|
||||
|
||||
// Define proxy extentions
|
||||
// Define proxy extensions
|
||||
$v_proxy_ext = $_POST['v_proxy_ext'];
|
||||
$proxy_ext = preg_replace("/\n/", ",", $v_proxy_ext);
|
||||
$proxy_ext = preg_replace("/\r/", ",", $proxy_ext);
|
||||
|
|
|
@ -222,7 +222,7 @@ if (!empty($_POST['save'])) {
|
|||
$restart_proxy = 'yes';
|
||||
}
|
||||
|
||||
// Change proxy template / Update extention list
|
||||
// Change proxy template / Update extension list
|
||||
if ((!empty($_SESSION['PROXY_SYSTEM'])) && (!empty($v_proxy)) && (!empty($_POST['v_proxy'])) && (empty($_SESSION['error_msg']))) {
|
||||
$ext = preg_replace("/\n/", " ", $_POST['v_proxy_ext']);
|
||||
$ext = preg_replace("/,/", " ", $ext);
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
</tr>
|
||||
<tr>
|
||||
<td class="vst-text input-label">
|
||||
<?php print __('IP address');?> <span class="optional">(<?php print __('CDIR format is supported');?>)</span>
|
||||
<?=__('IP address')?> <span class="optional">(<?=__('CIDR format is supported')?>)</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -153,7 +153,7 @@
|
|||
<table style="display:<?php if ($v_proxy == 'off') { echo 'none';} else {echo 'block';}?>;" id="proxytable" >
|
||||
<tr>
|
||||
<td class="vst-text input-label step-left">
|
||||
<?php print __('Proxy Extentions');?>
|
||||
<?php print __('Proxy Extensions');?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
</td>
|
||||
<td>
|
||||
<div class="l-unit__stat-cols clearfix">
|
||||
<div class="l-unit__stat-col l-unit__stat-col--left"><?=__('LoadAverage')?>:</div>
|
||||
<div class="l-unit__stat-col l-unit__stat-col--left"><?=__('Load Average')?>:</div>
|
||||
<div class="l-unit__stat-col l-unit__stat-col--right"><b><?=$sys['sysinfo']['LOADAVERAGE']?></b></div>
|
||||
</div>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue