mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 09:34:39 +00:00
www: fix two translation issues
Reported by: @Antonio-Prado
This commit is contained in:
parent
4425c28ea0
commit
c1141f4dd6
@ -157,7 +157,7 @@ if (isset($config['openvpn']['openvpn-server'])) {
|
||||
$proxy['ip'] = $_GET['proxy_addr'];
|
||||
}
|
||||
if (empty($_GET['proxy_port'])) {
|
||||
$input_errors[] = gettext("You need to specify a port for the proxy ip.");
|
||||
$input_errors[] = gettext("You need to specify a port for the proxy IP.");
|
||||
} else {
|
||||
$proxy['port'] = $_GET['proxy_port'];
|
||||
}
|
||||
|
||||
@ -1230,7 +1230,7 @@ endif; ?>
|
||||
endforeach; ?>
|
||||
</select>
|
||||
<div class="hidden" for="help_for_compression">
|
||||
<?=gettext("Compress tunnel packets using the LZO algorithm. Adaptive compression will dynamically disable compression for a period of time if OpenVPN detects that the data in the packets is not being compressed efficiently"); ?>.
|
||||
<?=gettext("Compress tunnel packets using the LZO algorithm. Adaptive compression will dynamically disable compression for a period of time if OpenVPN detects that the data in the packets is not being compressed efficiently."); ?>.
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user