diff options
author | David M <davidmj@users.sourceforge.net> | 2007-04-28 00:46:31 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2007-04-28 00:46:31 +0000 |
commit | 7fcfd0c17d0f53ce4f196c881f9ace9d184d7777 (patch) | |
tree | dd6abaae5eb51cf32580bbfeb0b1561b1abb8ae8 /phpBB/adm | |
parent | f5e0f060cd50cf3099d6e5cc12d8b390ed3b57ce (diff) | |
download | forums-7fcfd0c17d0f53ce4f196c881f9ace9d184d7777.tar forums-7fcfd0c17d0f53ce4f196c881f9ace9d184d7777.tar.gz forums-7fcfd0c17d0f53ce4f196c881f9ace9d184d7777.tar.bz2 forums-7fcfd0c17d0f53ce4f196c881f9ace9d184d7777.tar.xz forums-7fcfd0c17d0f53ce4f196c881f9ace9d184d7777.zip |
#10185
git-svn-id: file:///svn/phpbb/trunk@7413 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm')
-rw-r--r-- | phpBB/adm/style/acp_users_overview.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html index 5a51e3fc51..0bcd3d329e 100644 --- a/phpBB/adm/style/acp_users_overview.html +++ b/phpBB/adm/style/acp_users_overview.html @@ -49,7 +49,7 @@ <dd><input class="medium" type="text" id="email_confirm" name="email_confirm" value="" /></dd> </dl> <dl> - <dt><label for="user_password">{L_NEW_PASSWORD}:</label><br /><span>{L_CHANGE_PASSWORD_EXPLAIN}</span></dt> + <dt><label for="new_password">{L_NEW_PASSWORD}:</label><br /><span>{L_CHANGE_PASSWORD_EXPLAIN}</span></dt> <dd><input type="password" id="user_password" name="user_password" value="" /></dd> </dl> <dl> |