Skip to content

Commit ee5ce1f

Browse files
author
thom
committed
Use correct error msg
1 parent 33aaf12 commit ee5ce1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/admin/form/firewall.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
'formtype' => 'TEXT',
9090
'validators' => array ( 0 => array ( 'type' => 'REGEX',
9191
'regex' => '/^[0-9\,\:]{0,255}$/',
92-
'errmsg'=> 'tcp_ports_error_regex'),
92+
'errmsg'=> 'udp_ports_error_regex'),
9393
),
9494
'default' => '53,3306',
9595
'value' => '',

0 commit comments

Comments
 (0)