From dbe7b3762ee61f888a26ada7b932d6f023ea37ca Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Mon, 22 May 2023 15:14:40 -0400 Subject: [PATCH] Simplify opt-out/unsubscribe help texts --- templates/CRM/Mailing/Form/Optout.tpl | 11 ++--------- templates/CRM/Mailing/Form/Unsubscribe.tpl | 3 +-- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/templates/CRM/Mailing/Form/Optout.tpl b/templates/CRM/Mailing/Form/Optout.tpl index e5286a508a..8444003a92 100644 --- a/templates/CRM/Mailing/Form/Optout.tpl +++ b/templates/CRM/Mailing/Form/Optout.tpl @@ -10,17 +10,10 @@

{ts}You are requesting to opt out this email address from all mailing lists:{/ts}

-

{$email_masked}

- -

- {ts}If this is not your email address, there is no need to do anything. You have not been added to any mailing lists.{/ts} - {ts}If this is your email address and you wish to opt out please click the Opt Out button to confirm.{/ts} -

- +

{$email_masked}

+

{ts}If this is your email address and you wish to opt out please click the Opt Out button to confirm.{/ts}

{include file="CRM/common/formButtons.tpl" location="bottom"}
-
- diff --git a/templates/CRM/Mailing/Form/Unsubscribe.tpl b/templates/CRM/Mailing/Form/Unsubscribe.tpl index 8cf7506530..8dfedfa7db 100644 --- a/templates/CRM/Mailing/Form/Unsubscribe.tpl +++ b/templates/CRM/Mailing/Form/Unsubscribe.tpl @@ -23,9 +23,8 @@

{ts}You are requesting to unsubscribe this email address:{/ts}

-

{$email_masked}

+

{$email_masked}

- {ts}If this is not your email address, there is no need to do anything. You have not been added to any mailing lists.{/ts} {ts}If this is your email address and you wish to unsubscribe please click the Unsubscribe button to confirm.{/ts}

-- 2.25.1