diff --git a/src/www/system_advanced_firewall.php b/src/www/system_advanced_firewall.php
index 8339debf8..3171ec522 100644
--- a/src/www/system_advanced_firewall.php
+++ b/src/www/system_advanced_firewall.php
@@ -785,11 +785,8 @@ include("head.inc");
- =gettext("When syncookies are active, pf will answer each incoming TCP SYN with a syncookie SYNACK, without allocating any resources.");?>
-
-
- =gettext("NOTE: this feature does require all tcp rules to be state aware, issues are to be expected when creating stateless rules");?>
-
+ =gettext('When syncookies are active, the firewall will answer each incoming TCP SYN with a syncookie SYN ACK for all state tracked connections ' .
+ 'without allocating any resources. TCP connections bound to stateless rules will be silently dropped for implementational reasons.') ?>