File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ function display_setup_form( $error = null ) {
9898 <td><input name="weblog_title" type="text" id="weblog_title" size="25" value="<?php echo esc_attr ( $ weblog_title ); ?> " /></td>
9999 </tr>
100100 <tr>
101- <th scope="row"><label for="user_name"><?php _e ('User Name ' ); ?> </label></th>
101+ <th scope="row"><label for="user_name"><?php _e ('Username ' ); ?> </label></th>
102102 <td>
103103 <?php
104104 if ( $ user_table ) {
@@ -189,7 +189,7 @@ function display_setup_form( $error = null ) {
189189 $ error = false ;
190190 if ( empty ( $ user_name ) ) {
191191 // TODO: poka-yoke
192- display_setup_form ( __ ('you must provide a valid user name . ' ) );
192+ display_setup_form ( __ ('you must provide a valid username . ' ) );
193193 $ error = true ;
194194 } elseif ( $ admin_password != $ admin_password_check ) {
195195 // TODO: poka-yoke
You can’t perform that action at this time.
0 commit comments