Skip to content

Commit 04bc9d2

Browse files
author
Florian Schaal
committed
fixed validator errmsg
1 parent 33ad8f4 commit 04bc9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/vm/form/openvz_vm.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
'width' => '3',
159159
'maxlength' => '3',
160160
'validators' => array ( 0 => array ( 'type' => 'ISPOSITIVE',
161-
'errmsg'=> 'limit_client_error_notint'),
161+
'errmsg'=> 'bootorder_error_notpositive'),
162162
),
163163
),
164164
'active' => array (

0 commit comments

Comments
 (0)