Skip to content

Commit 19e72d1

Browse files
committed
Wording updates on connect page.
1 parent e7bc6f1 commit 19e72d1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

views/setup_page.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@
3535
?>
3636
<div>
3737
<h3 class="mc-h2"><?php esc_html_e( 'Log In', 'mailchimp' ); ?></h3>
38-
<p class="mc-p" style="width: 40%;">
38+
<p class="mc-p"><?php esc_html_e( 'To get started, we\'ll need to connect your Mailchimp account.', 'mailchimp' ); ?></p>
39+
<p class="mc-p" style="max-width: var(--mailchimp-max-width);">
3940
<?php
4041
echo wp_kses(
4142
__(
42-
'To get started, we\'ll need to connect your Mailchimp account. Click <strong>Connect Account</strong> to continue.',
43+
'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.',
4344
'mailchimp'
4445
),
4546
[

0 commit comments

Comments
 (0)