diff --git a/includes/features/class-onboarding.php b/includes/features/class-onboarding.php index 1094beb..ba8a7bc 100644 --- a/includes/features/class-onboarding.php +++ b/includes/features/class-onboarding.php @@ -88,7 +88,7 @@ public function get_onboardings() { ], [ 'title' => wp_kses_post( __( '⏰ Daily Tests & Pro Automations', 'visual-regression-tests' ) ), - 'description' => wp_kses_post( __( 'The Daily Test Run captures screenshots of your test pages and performs side-by-side comparisons to instantly spot changes.

Upgrade to Pro to automate Tests for WordPress and plugin updates, integrate deployment pipelines, and run Manual Tests on demand.', 'visual-regression-tests' ) ), + 'description' => wp_kses_post( __( 'The Daily Test Run captures screenshots of your Test pages and performs side-by-side comparisons to instantly spot changes.

Upgrade to Pro to automate Tests for WordPress and plugin updates, integrate deployment pipelines via API, and run Manual Tests on demand.', 'visual-regression-tests' ) ), ], [ 'side' => 'right',