We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5fa88 commit 9f4944bCopy full SHA for 9f4944b
interface/web/admin/lib/lang/en_firewall.lng
@@ -6,4 +6,7 @@ $wb["tcp_port_help_txt"] = 'Separated by comma';
6
$wb["udp_port_help_txt"] = 'Separated by comma';
7
$wb["active_txt"] = 'Active';
8
$wb["firewall_error_unique"] = 'There is already a firewall record for this server.';
9
+$wb["active_txt"] = 'Active';
10
+$wb["tcp_ports_error_regex"] = 'Character not allowed in tcp port definition. Allowed characters are numbers, ":" and ",".';
11
+$wb["udp_ports_error_regex"] = 'Character not allowed in udp port definition. Allowed characters are numbers, ":" and ",".';
12
?>
0 commit comments