| @@ -39,6 +39,6 @@ | ||
| 39 | 39 | <?php wp_nonce_field( WOWP_Plugin::PREFIX . '_nonce', WOWP_Plugin::PREFIX . '_settings' ); ?> |
| 40 | 40 | </form> |
| 41 | 41 | <?php |
| 42 | 42 | |
| 43 | -$text = __( 'Item Saved', 'float-menu' ); | |
| 43 | +$text = __( 'Item Savied', 'float-menu' ); | |
| 44 | 44 | echo '<div class="wpie-notice notice notice-success">' . esc_html( $text ) . '</div>'; |