Rewrite auto-renew message to make it more accessible
authorWilliam Mortada <william@mortada.co.uk>
Mon, 6 Jan 2020 16:05:36 +0000 (16:05 +0000)
committerWilliam Mortada <william@mortada.co.uk>
Fri, 10 Jan 2020 16:44:22 +0000 (16:44 +0000)
templates/CRM/Member/Form/Membership.tpl

index 8dd6f42ab5cfee60def703e9fa7e9b02100ada00..f86bbe3f83a2f99d8adbb195221a9663545a01b1 100644 (file)
@@ -11,7 +11,7 @@
 {if $cancelAutoRenew}
   <div class="messages status no-popup">
     <div class="icon inform-icon"></div>
-    <p>{ts 1=$cancelAutoRenew}This membership is set to renew automatically {if $endDate}on {$endDate|crmDate}{/if}. You will need to cancel the auto-renew option if you want to modify the Membership Type or Membership Status. <a href="%1">Click here</a> if you want to cancel the automatic renewal option.{/ts}</p>
+    <p>{ts 1=$cancelAutoRenew}This membership is set to renew automatically {if $endDate}on {$endDate|crmDate}{/if}. You will need to cancel the auto-renew option if you want to modify the Membership Type or Membership Status: <a href="%1">Cancel auto-renew</a>{/ts}</p>
   </div>
 {/if}
 <div class="spacer"></div>