firewall: translation fixes

This commit is contained in:
Franco Fichtner 2019-05-05 13:13:19 +02:00
parent a90a920598
commit d9f70415fa

View File

@ -1395,7 +1395,7 @@ include("head.inc");
<td>
<input name="max-src-nodes" type="text" value="<?=$pconfig['max-src-nodes'];?>"/>
<div class="hidden" data-for="help_for_max-src-nodes">
<?=gettext(" Maximum number of unique source hosts");?>
<?=gettext("Maximum number of unique source hosts");?>
</div>
</td>
</tr>
@ -1404,7 +1404,7 @@ include("head.inc");
<td>
<input name="max-src-conn" type="text" value="<?= $pconfig['max-src-conn'];?>" />
<div class="hidden" data-for="help_for_max-src-conn">
<?=gettext(" Maximum number of established connections per host (TCP only)");?>
<?=gettext("Maximum number of established connections per host (TCP only)");?>
</div>
</td>
</tr>
@ -1413,7 +1413,7 @@ include("head.inc");
<td>
<input name="max-src-states" type="text" value="<?=$pconfig['max-src-states'];?>" />
<div class="hidden" data-for="help_for_max-src-states">
<?=gettext(" Maximum state entries per host");?>
<?=gettext("Maximum state entries per host");?>
</div>
</td>
</tr>