diff options
Diffstat (limited to '')
-rw-r--r-- | identification.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/identification.php b/identification.php index a1a60ec08..5800e109c 100644 --- a/identification.php +++ b/identification.php @@ -86,7 +86,7 @@ $template->set_filenames( array('identification'=>'identification.tpl') ); $template->assign_vars( array( 'L_TITLE' => $lang['identification'], - 'L_USERNAME' => $lang['login'], + 'L_USERNAME' => $lang['Username'], 'L_PASSWORD' => $lang['password'], 'L_LOGIN' => $lang['submit'], 'L_GUEST' => $lang['ident_guest_visit'], |