Skip to content

Commit

Permalink
chore(Onboarding): update text
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenbew authored Oct 29, 2024
1 parent 5d06062 commit 7ab3b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/features/class-onboarding.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function get_onboardings() {
],
[
'title' => wp_kses_post( __( '⏰ Daily Tests & Pro Automations', 'visual-regression-tests' ) ),
'description' => wp_kses_post( __( 'The <strong>Daily Test Run</strong> captures screenshots of your <strong>test pages</strong> and performs <strong>side-by-side comparisons</strong> to instantly spot changes.<br><br><strong>Upgrade to Pro</strong> to automate Tests for WordPress and plugin updates, integrate deployment pipelines, and run <strong>Manual Tests</strong> on demand.', 'visual-regression-tests' ) ),
'description' => wp_kses_post( __( 'The <strong>Daily Test Run</strong> captures screenshots of your <strong>Test pages</strong> and performs <strong>side-by-side comparisons</strong> to instantly spot changes.<br><br><strong>Upgrade to Pro</strong> to automate Tests for WordPress and plugin updates, integrate deployment pipelines via API, and run Manual Tests on demand.', 'visual-regression-tests' ) ),
],
[
'side' => 'right',
Expand Down

0 comments on commit 7ab3b7f

Please sign in to comment.