Skip to content

Commit 9f4944b

Browse files
committed
Added missing error messages to firewall language file.
1 parent 7d5fa88 commit 9f4944b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

interface/web/admin/lib/lang/en_firewall.lng

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@ $wb["tcp_port_help_txt"] = 'Separated by comma';
66
$wb["udp_port_help_txt"] = 'Separated by comma';
77
$wb["active_txt"] = 'Active';
88
$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 ",".';
912
?>

0 commit comments

Comments
 (0)