We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b08a73 commit 4a04ee6Copy full SHA for 4a04ee6
2 files changed
html/small_admin/myaccount/f_myaccount.php
@@ -14,7 +14,7 @@
14
15
$u_form->add('select', 'f_type')
16
->value(@$cur_user->type)
17
- ->label(MENU_NAME)
+ ->label(TYPE)
18
->options(array('mysql','ldap'))
19
->labelGrid(IL_CSS)
20
->inputGrid(I_CSS);
html/small_admin/newuser/f_user.php
0 commit comments