Simplify opt-out/unsubscribe help texts
authorMathieu Lutfy <mathieu@symbiotic.coop>
Mon, 22 May 2023 19:14:40 +0000 (15:14 -0400)
committerMathieu Lutfy <mathieu@bidon.ca>
Mon, 22 May 2023 19:14:40 +0000 (15:14 -0400)
templates/CRM/Mailing/Form/Optout.tpl
templates/CRM/Mailing/Form/Unsubscribe.tpl

index e5286a508a2691cf6570bc28519e04a201155e93..8444003a92aa3de70a20e6703362640952581b89 100644 (file)
 
 <div class="crm-block crm-form-block crm-miscellaneous-form-block">
   <p>{ts}You are requesting to opt out this email address from all mailing lists:{/ts}</p>
-  <h3>{$email_masked}</h3>
-
-  <p>
-      {ts}If this is not your email address, there is no need to do anything. You have <strong>not</strong> been added to any mailing lists.{/ts}
-      {ts}If this is your email address and you <strong>wish to opt out</strong> please click the <strong>Opt Out</strong> button to confirm.{/ts}
-  </p>
-
+  <p><strong>{$email_masked}</strong></p>
+  <p>{ts}If this is your email address and you <strong>wish to opt out</strong> please click the <strong>Opt Out</strong> button to confirm.{/ts}</p>
   <div class="crm-submit-buttons">
       {include file="CRM/common/formButtons.tpl" location="bottom"}
   </div>
-
   <br/>
 </div>
-
index 8cf750653016d43ff606161078d46e5ed65cfb0c..8dfedfa7dbe5d609b6ac1cdb8af866704efc93c1 100644 (file)
@@ -23,9 +23,8 @@
     </table>
     <div class="crm-block crm-form-block crm-miscellaneous-form-block">
       <p>{ts}You are requesting to unsubscribe this email address:{/ts}</p>
-      <h3>{$email_masked}</h3>
+      <p><strong>{$email_masked}</strong></p>
       <p>
-        {ts}If this is not your email address, there is no need to do anything. You have <strong>not</strong> been added to any mailing lists.{/ts}
         {ts}If this is your email address and you <strong>wish to unsubscribe</strong> please click the <strong>Unsubscribe</strong> button to confirm.{/ts}
       </p>
       <div class="crm-submit-buttons">