Commit 560c3e7a authored by Fabian Franz's avatar Fabian Franz Committed by Franco Fichtner

fix in firewall_aliases_edit.php

(cherry picked from commit b9bdf249)
parent 727d3d6e
...@@ -459,14 +459,14 @@ include("head.inc"); ...@@ -459,14 +459,14 @@ include("head.inc");
<?=gettext("Hosts")?><br/> <?=gettext("Hosts")?><br/>
</span> </span>
<small> <small>
<?=gettext("Enter as many hosts as you would like. Hosts must be specified by their IP address or fully qualified domain name (FQDN). FQDN hostnames are periodically re-resolved and updated. If multiple IPs are returned by a DNS query, all are used.");?> <?=gettext("Enter as many hosts as you would like. Hosts must be specified by their IP address or fully qualified domain name (FQDN). FQDN hostnames are periodically re-resolved and updated. If multiple IPs are returned by a DNS query, all are used.");?>
<br/> <br/>
</small> </small>
<span class="text-info"> <span class="text-info">
<?=gettext("Ports")?><br/> <?=gettext("Ports")?><br/>
</span> </span>
<small> <small>
<?=gettext("Enter as many ports as you wish. Port ranges can be expressed by separating with a colon.");?> <?=gettext("Enter as many ports as you wish. Port ranges can be expressed by separating with a colon.");?>
<br/> <br/>
</small> </small>
<span class="text-info"> <span class="text-info">
......
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