Skip to content

Commit

Permalink
Update wordings as per PR feedback
Browse files Browse the repository at this point in the history
Co-authored-by: Darin Kotter <darin.kotter@gmail.com>
  • Loading branch information
iamdharmesh and dkotter authored Sep 4, 2024
1 parent 1211cbc commit f7411a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion includes/admin/templates/create-account-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@
echo wp_kses(
sprintf(
/* translators: %s - Mailchimp legal pages */
__( 'By clicking the "Get Started!" button, you are creating a Mailchimp account, and you agree to Mailchimp\'s <a href=%1$s target=_blank>Terms of Use</a> and <a href=%2$s target=_blank>Privacy Policy</a>.', 'mailchimp' ),
__( 'By clicking the "Activate Account" button, you are creating a Mailchimp account, and you agree to Mailchimp\'s <a href=%1$s target=_blank>Terms of Use</a> and <a href=%2$s target=_blank>Privacy Policy</a>.', 'mailchimp' ),
esc_url( 'https://mailchimp.com/legal/terms' ),
esc_url( 'https://mailchimp.com/legal/privacy' )
),
Expand Down
2 changes: 1 addition & 1 deletion includes/admin/templates/login.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<div class="title"><?php esc_html_e( 'Let\'s connect your Mailchimp account', 'mailchimp' ); ?></div>
<p class="h4">
<?php
esc_html_e( 'Log in to your Mailchimp account to install the app or create a new account to authorize and connect to WordPress. Setup should take just a few minutes.', 'mailchimp' );
esc_html_e( 'Log in to your existing Mailchimp account or create a new account to authorize and connect to WordPress. Setup should take just a few minutes.', 'mailchimp' );
?>
</p>

Expand Down

0 comments on commit f7411a8

Please sign in to comment.