Commit 1334374b authored by Franco Fichtner's avatar Franco Fichtner

firewall: fix typo

parent 0cd0c895
...@@ -630,7 +630,7 @@ $( document ).ready(function() { ...@@ -630,7 +630,7 @@ $( document ).ready(function() {
<?php if ($selected_if == 'FloatingRules'): ?> <?php if ($selected_if == 'FloatingRules'): ?>
<?= gettext('No floating rules are currently defined. Floating rules are not ' . <?= gettext('No floating rules are currently defined. Floating rules are not ' .
'not bound to a single interface and can therefor be used to span ' . 'not bound to a single interface and can therefor be used to span ' .
'policies over mupltiple networks at the same time.'); ?> 'policies over multiple networks at the same time.'); ?>
<?php else: ?> <?php else: ?>
<?= gettext('No interfaces rules are currently defined. All incoming connections ' . <?= gettext('No interfaces rules are currently defined. All incoming connections ' .
'on this interface will be blocked until you add a pass rule.') ?> 'on this interface will be blocked until you add a pass rule.') ?>
......
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