From: eileenmcnaugton Date: Mon, 30 Nov 2015 02:56:57 +0000 (+1300) Subject: CRM-17635 add comment about recur receipt X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=53afd7d158b8f8922f7b244b1d6f01a3048ee360;p=civicrm-core.git CRM-17635 add comment about recur receipt --- diff --git a/templates/CRM/Member/Form/Membership.tpl b/templates/CRM/Member/Form/Membership.tpl index 178993f02c..9fe3f798b0 100644 --- a/templates/CRM/Member/Form/Membership.tpl +++ b/templates/CRM/Member/Form/Membership.tpl @@ -178,11 +178,13 @@ {$form.send_receipt.label}{$form.send_receipt.html}
{ts 1=$emailExists}Automatically email a membership confirmation and receipt to %1 ?{/ts} {ts}OR if the payment is from a different contact, this email will only go to them.{/ts} + {ts}For auto-renewing memberships the emails are sent when each payment is received{/ts} {elseif $context eq 'standalone' and $isEmailEnabledForSite} {$form.send_receipt.label}{$form.send_receipt.html}
{ts}Automatically email a membership confirmation and receipt to {/ts}? {ts}OR if the payment is from a different contact, this email will only go to them.{/ts} + {ts}For auto-renewing memberships the emails are sent when each payment is received{/ts} {/if}