diff options
Diffstat (limited to 'login.php')
| -rw-r--r-- | login.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -182,7 +182,7 @@ echo '</td></tr></table><br /><br />'; <table class="center facts_table width50"> <tr><td class="topbottombar" colspan="2"><?php echo WT_I18N::translate('Login'); ?></td></tr> <tr> - <td class="descriptionbox <?php echo $TEXT_DIRECTION; ?> wrap width50"><label for="username"><?php echo WT_I18N::translate('User name'), '</label>', help_link('username'); ?></td> + <td class="descriptionbox <?php echo $TEXT_DIRECTION; ?> wrap width50"><label for="username"><?php echo WT_I18N::translate('Username'), '</label>', help_link('username'); ?></td> <td class="optionbox <?php echo $TEXT_DIRECTION; ?>"><input type="text" id="username" name="username" value="<?php echo htmlspecialchars($username); ?>" size="20" class="formField" /></td> </tr> <tr> |
