diff --git a/usr/local/www/firewall_rules_edit.php b/usr/local/www/firewall_rules_edit.php
index e3dd9558ca..daa5d119fa 100755
--- a/usr/local/www/firewall_rules_edit.php
+++ b/usr/local/www/firewall_rules_edit.php
@@ -1468,7 +1468,8 @@ $i--): ?>
} else {
$selected = "";
}
- echo "\n";
+ $gateway_addr_str = empty($gw['gateway']) ? "" : " - " . $gw[gateway];
+ echo "\n";
}
/* add gateway groups to the list */
if (is_array($a_gatewaygroups)) {