diff --git a/phpBB/admin/admin_users.php b/phpBB/admin/admin_users.php index ab8be3bae6..c36faf3ca9 100644 --- a/phpBB/admin/admin_users.php +++ b/phpBB/admin/admin_users.php @@ -943,6 +943,7 @@ if( $mode == 'edit' || $mode == 'save' && ( isset($HTTP_POST_VARS['username']) | 'USER_ACTIVE_NO' => (!$user_status) ? 'checked="checked"' : '', 'RANK_SELECT_BOX' => $rank_select_box, + 'L_USERNAME' => $lang['Username'], 'L_USER_TITLE' => $lang['User_admin'], 'L_USER_EXPLAIN' => $lang['User_admin_explain'], 'L_NEW_PASSWORD' => $lang['New_password'], @@ -1059,4 +1060,4 @@ else include('./page_footer_admin.'.$phpEx); -?> \ No newline at end of file +?>