openvpn: one translation to rule them all...

This commit is contained in:
Franco Fichtner 2020-04-03 11:01:11 +02:00
parent e35692fe66
commit d045d7ddd2
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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>