Skip to content

Commit 4a04ee6

Browse files
committed
Typo fix
1 parent 2b08a73 commit 4a04ee6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

html/small_admin/myaccount/f_myaccount.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
$u_form->add('select', 'f_type')
1616
->value(@$cur_user->type)
17-
->label(MENU_NAME)
17+
->label(TYPE)
1818
->options(array('mysql','ldap'))
1919
->labelGrid(IL_CSS)
2020
->inputGrid(I_CSS);

html/small_admin/newuser/f_user.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
$u_form->add('select', 'f_type')
1616
->value(@$cur_user->type)
17-
->label(MENU_NAME)
17+
->label(TYPE)
1818
->options(array('mysql','ldap'))
1919
->labelGrid(IL_CSS)
2020
->inputGrid(I_CSS);

0 commit comments

Comments
 (0)