diff --git a/src/www/firewall_rules.php b/src/www/firewall_rules.php
index 61882cf58..3f6d61605 100644
--- a/src/www/firewall_rules.php
+++ b/src/www/firewall_rules.php
@@ -628,7 +628,7 @@ $( document ).ready(function() {
- = gettext('No floating rules are currently defined. Floating rules are not ' .
+ = gettext('No floating rules are currently defined. Floating rules are ' .
'not bound to a single interface and can therefore be used to span ' .
'policies over multiple networks at the same time.'); ?>
|