summaryrefslogtreecommitdiff
path: root/admin_users.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin_users.php')
-rw-r--r--admin_users.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin_users.php b/admin_users.php
index 3912232096..273f158630 100644
--- a/admin_users.php
+++ b/admin_users.php
@@ -426,7 +426,7 @@ case 'createform':
<!--table-->
<table id="adduser">
<tr>
- <td><?php echo WT_I18N::translate('User name'), help_link('useradmin_username'); ?></td>
+ <td><?php echo WT_I18N::translate('Username'), help_link('useradmin_username'); ?></td>
<td colspan="3" ><input type="text" name="username" autofocus /></td>
</tr>
<tr>
@@ -678,7 +678,7 @@ default:
'<tr>',
'<th style="margin:0 -2px 1px 1px; padding:6px 0 5px;"> </th>',
'<th> user-id </th>',
- '<th>', WT_I18N::translate('User name'), '</th>',
+ '<th>', WT_I18N::translate('Username'), '</th>',
'<th>', WT_I18N::translate('Real name'), '</th>',
'<th>', WT_I18N::translate('Email'), '</th>',
'<th> </th>', /* COLSPAN does not work? */