From c19827e327c7e6c4c1f2bfa43fbc9f6442f0e7f8 Mon Sep 17 00:00:00 2001 From: Adam Hillier Date: Thu, 19 May 2016 12:01:36 +0100 Subject: [PATCH] Typo fix: remove space before question mark. --- templates/CRM/Member/Form/Membership.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Member/Form/Membership.tpl b/templates/CRM/Member/Form/Membership.tpl index 3e4d2eeb2f..2f266f7537 100644 --- a/templates/CRM/Member/Form/Membership.tpl +++ b/templates/CRM/Member/Form/Membership.tpl @@ -177,7 +177,7 @@ {if $emailExists and $isEmailEnabledForSite} {$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 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} -- 2.25.1