mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 00:24:52 +01:00
Setup: Use "Username" instead of "User Name".
Props thisisit. Fixes #35850. git-svn-id: https://develop.svn.wordpress.org/trunk@36544 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
13a9d1a7e6
commit
14aa03e37c
@ -191,7 +191,7 @@ switch($step) {
|
||||
<td><?php _e( 'The name of the database you want to run WP in.' ); ?></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><label for="uname"><?php _e( 'User Name' ); ?></label></th>
|
||||
<th scope="row"><label for="uname"><?php _e( 'Username' ); ?></label></th>
|
||||
<td><input name="uname" id="uname" type="text" size="25" value="<?php echo htmlspecialchars( _x( 'username', 'example username' ), ENT_QUOTES ); ?>" /></td>
|
||||
<td><?php _e( 'Your MySQL username' ); ?></td>
|
||||
</tr>
|
||||
|
Loading…
x
Reference in New Issue
Block a user