diff options
Diffstat (limited to '')
-rw-r--r-- | profile.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profile.php b/profile.php index 26a4fc335..7499d07f3 100644 --- a/profile.php +++ b/profile.php @@ -196,7 +196,7 @@ $template->assign_vars( 'L_TITLE' => $lang['customize_title'], 'L_REGISTRATION_INFO' => $lang['register_title'], 'L_PREFERENCES' => $lang['preferences'], - 'L_USERNAME' => $lang['login'], + 'L_USERNAME' => $lang['Username'], 'L_EMAIL' => $lang['mail_address'], 'L_CURRENT_PASSWORD' => $lang['password'], 'L_CURRENT_PASSWORD_HINT' => $lang['password_hint'], |