Skip to content

Commit 2f2b15c

Browse files
committed
typo
1 parent 08a42de commit 2f2b15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/tools/form/user_settings.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
'datatype' => 'VARCHAR',
172172
'formtype' => 'SELECT',
173173
'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',
174-
'errmsg'=> 'oth_auth_empty'),
174+
'errmsg'=> 'otp_auth_empty'),
175175
1 => array ( 'type' => 'REGEX',
176176
'regex' => '/^[a-z0-9\_]{0,64}$/',
177177
'errmsg'=> 'otp_auth_regex'),

0 commit comments

Comments
 (0)