diff --git a/shorewall/shorewall-lib.pl b/shorewall/shorewall-lib.pl
index 5889691b8..ed62cb556 100755
--- a/shorewall/shorewall-lib.pl
+++ b/shorewall/shorewall-lib.pl
@@ -1549,6 +1549,7 @@ else {
$mode = 0; $ip = $_[0];
}
print &ui_table_row(
+ $text{'blacklist_host'},
&ui_radio("host_def", $mode,
[ [ 0, &text('hosts_ip', &ui_textbox("host", $ip, 30))."
" ],
[ 1, &text('hosts_mac', &ui_textbox("mac", $mac, 30))."
" ],