From ad8edbcf4c7130cb32631ca39506dbe5e22a5a05 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Sun, 16 Aug 2026 20:33:04 +0100 Subject: [PATCH] Fix a missing label --- shorewall/shorewall-lib.pl | 1 + 1 file changed, 1 insertion(+) 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))."
" ],