firewall: update help text for port ranges; closes #2378

This commit is contained in:
Michael 2018-04-27 15:36:45 +02:00 committed by Franco Fichtner
parent 553d16ee18
commit c620fde139

View File

@ -38,7 +38,7 @@
<id>rule.src_port</id>
<label>src-port</label>
<type>text</type>
<help>source port number or well known name (imap,imaps, http,https,...)</help>
<help>Source port number or well known name (imap, imaps, http, https, ...), for ranges use a dash</help>
</field>
<field>
<id>rule.destination</id>
@ -56,7 +56,7 @@
<id>rule.dst_port</id>
<label>dst-port</label>
<type>text</type>
<help>destination port number or well known name (imap,imaps, http,https,...)</help>
<help>Destination port number or well known name (imap, imaps, http, https, ...), for ranges use a dash</help>
</field>
<field>
<id>rule.direction</id>