mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 08:09:42 +00:00
openvpn: one translation to rule them all...
This commit is contained in:
parent
e35692fe66
commit
d045d7ddd2
@ -535,7 +535,7 @@ if ($act!="new" && $act!="edit") {
|
||||
<td>
|
||||
<input name="gwredir" type="checkbox" value="yes" <?= !empty($pconfig['gwredir']) ? "checked=\"checked\"" : "";?> />
|
||||
<div class="hidden" data-for="help_for_gwredir">
|
||||
<?=gettext("Force all client generated traffic through the tunnel"); ?>.
|
||||
<?= gettext('Force all client generated traffic through the tunnel.') ?>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@ -1185,7 +1185,7 @@ endif; ?>
|
||||
<input name="gwredir" id="gwredir" type="checkbox" value="yes" <?=!empty($pconfig['gwredir']) ? "checked=\"checked\"" : "" ;?> />
|
||||
<div class="hidden" data-for="help_for_gwredir">
|
||||
<span>
|
||||
<?=gettext("Force all client generated traffic through the tunnel"); ?>.
|
||||
<?= gettext('Force all client generated traffic through the tunnel.') ?>
|
||||
</span>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user