Commit 9bad3cae authored by Fabian Franz's avatar Fabian Franz

fix in firewall_nat_1to1_edit.php

parent b9bdf249
......@@ -325,7 +325,7 @@ include("head.inc");
<input name="external" type="text" value="<?=$pconfig['external'];?>" />
<br />
<div class="hidden" for="help_for_external">
<?=gettext("Enter the external (usually on a WAN) subnet's starting address for the 1:1 mapping. ");?><br />
<?=gettext("Enter the external (usually on a WAN) subnet's starting address for the 1:1 mapping.");?><br />
<?=gettext("The subnet mask from the internal address below will be applied to this IP address."); ?><br />
<?=gettext("Hint: this is generally an address owned by the router itself on the selected interface."); ?>
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment