Skip to content

Commit

Permalink
chore(Settings): change upgrade notice text
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenbew authored Oct 22, 2024
1 parent 9eb7ab2 commit 80b890c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="vrts-notice notice notice-success" data-view="<?php echo esc_attr( $data['view'] ); ?>">
<?php wp_nonce_field( 'vrts_admin_notice_nonce' ); ?>
<h3><?php esc_html_e( 'Thank you for Upgrading!', 'visual-regression-tests' ); ?></h3>
<p><?php esc_html_e( 'You have successfully upgraded your plan.', 'visual-regression-tests' ); ?></p>
<h3><?php esc_html_e( 'License activated!', 'visual-regression-tests' ); ?></h3>
<p><?php esc_html_e( 'Enjoy your upgraded features for seamless visual testing.', 'visual-regression-tests' ); ?></p>
</div>

0 comments on commit 80b890c

Please sign in to comment.