diff --git src/wp-admin/install.php src/wp-admin/install.php
index bc6ab6d..f8237fc 100644
|
|
function display_setup_form( $error = null ) { |
147 | 147 | <div id="pass-strength-result" aria-live="polite"></div> |
148 | 148 | </div> |
149 | 149 | <p><span class="description important hide-if-no-js"> |
150 | | <strong><?php _e( 'Important:' )?></strong> <?php _e( 'You will need this password to log in, please store it in a secure location.' ); ?></span></p> |
| 150 | <strong><?php _e( 'Important:' )?></strong> <?php _e( 'You will need this password to log in. Please store it in a secure location.' ); ?></span></p> |
151 | 151 | </td> |
152 | 152 | </tr> |
153 | 153 | <tr class="form-field form-required user-pass2-wrap hide-if-js"> |