Skip to content

Commit

Permalink
Wording updates on connect page.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdharmesh committed Aug 7, 2024
1 parent e7bc6f1 commit 19e72d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions views/setup_page.php
Original file line number Diff line number Diff line change
@@ -35,11 +35,12 @@
?>
<div>
<h3 class="mc-h2"><?php esc_html_e( 'Log In', 'mailchimp' ); ?></h3>
<p class="mc-p" style="width: 40%;">
<p class="mc-p"><?php esc_html_e( 'To get started, we\'ll need to connect your Mailchimp account.', 'mailchimp' ); ?></p>
<p class="mc-p" style="max-width: var(--mailchimp-max-width);">
<?php
echo wp_kses(
__(
'To get started, we\'ll need to connect your Mailchimp account. Click <strong>Connect Account</strong> to continue.',
'Please click the <strong>Connect Account</strong> button to connect this WordPress site with your Mailchimp account. Once you complete the Mailchimp login in the pop-up window that appears, this page will refresh to show the Mailchimp List Subscribe Form settings.',
'mailchimp'
),
[

0 comments on commit 19e72d1

Please sign in to comment.