From d7271f0b1f0acf9d2028403a1479838eabe973ca Mon Sep 17 00:00:00 2001 From: Dharmesh Patel Date: Thu, 5 Sep 2024 10:10:17 +0530 Subject: [PATCH] Update terms wordings. --- assets/css/admin.css | 5 +++- .../admin/templates/create-account-page.php | 24 ++++++++++++++++--- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/assets/css/admin.css b/assets/css/admin.css index c4208f9..dd5a339 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -515,7 +515,10 @@ body.toplevel_page_mailchimp_sf_options { line-height: 1.25em; font-weight: 400; color: var(--mailchimp-color-text); - margin-bottom: 32px; +} + +.mailchimp-sf-create-account__body .terms p:last-child { + margin-bottom: 32px; } .mailchimp-sf-create-account__body .terms a:hover { diff --git a/includes/admin/templates/create-account-page.php b/includes/admin/templates/create-account-page.php index d2b9a64..90e64fd 100644 --- a/includes/admin/templates/create-account-page.php +++ b/includes/admin/templates/create-account-page.php @@ -241,9 +241,27 @@ echo wp_kses( sprintf( /* translators: %s - Mailchimp legal pages */ - __( 'By clicking the "Activate Account" button, you are creating a Mailchimp account, and you agree to Mailchimp\'s Terms of Use and Privacy Policy.', 'mailchimp' ), - esc_url( 'https://mailchimp.com/legal/terms' ), - esc_url( 'https://mailchimp.com/legal/privacy' ) + __( 'To follow anti-spam laws, your address will appear in the footer of every email you send with Mailchimp. Don\'t have an official business address? Learn about alternatives.', 'mailchimp' ), + esc_url( 'https://mailchimp.com/help/anti-spam-requirements-for-email/' ), + esc_url( 'https://mailchimp.com/help/alternative-physical-address-ideas/' ) + ), + array( + 'a' => array( + 'href' => array(), + 'target' => '_blank', + ), + ) + ); + ?> +

+

+ Terms and have read and acknowledge the Global Privacy Statement.', 'mailchimp' ), + esc_url( 'https://mailchimp.com/legal/terms/' ), + esc_url( 'https://www.intuit.com/privacy/statement/' ) ), array( 'a' => array(