| @@ -14,9 +14,9 @@ | ||
| 14 | 14 | return; |
| 15 | 15 | } |
| 16 | 16 | ?> |
| 17 | 17 | <div id="notice-install" class="lp-notice notice notice-info"> |
| 18 | - <p><?php echo sprintf( '<strong>%s</strong>', __( 'LearnPress LMS is ready to use.', 'learnpress' ) ); ?></p> | |
| 18 | + <p><?php echo sprintf( '<strong>%s</strong>', __( 'LearnPress LMS is ready to set up', 'learnpress' ) ); ?></p> | |
| 19 | 19 | <p> |
| 20 | 20 | <a class="button button-primary" href="<?php echo admin_url( 'index.php?page=lp-setup' ); ?>"><?php _e( 'Quick Setup', 'learnpress' ); ?></a> |
| 21 | 21 | <?php |
| 22 | 22 | if ( isset( $data['allow_dismiss'] ) ) : |