From c96d6878bce5c3399d241ac9a9817204e4e6ceef Mon Sep 17 00:00:00 2001 From: Nicolas Ganivet Date: Thu, 8 May 2014 13:12:59 -0600 Subject: [PATCH] CRM-14666: Recurring contribution explanation text has disappeared --- templates/CRM/Contribute/Form/Contribution/Main.tpl | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/CRM/Contribute/Form/Contribution/Main.tpl b/templates/CRM/Contribute/Form/Contribution/Main.tpl index f7a4add18f..1a2e571817 100644 --- a/templates/CRM/Contribute/Form/Contribution/Main.tpl +++ b/templates/CRM/Contribute/Form/Contribution/Main.tpl @@ -151,8 +151,15 @@ {$form.frequency_unit.html} {/if} {if $is_recur_installments} + {ts}for{/ts} {$form.installments.html} {$form.installments.label} + {/if} +

{ts}Your recurring contribution will be processed automatically for the number of installments you specify. You can leave the number of installments blank if you want to make an open-ended commitment. In either case, you can choose to cancel at any time.{/ts} + {if $is_email_receipt} + {ts}You will receive an email receipt for each recurring contribution. The receipts will include a link you can use if you decide to modify or cancel your future contributions.{/ts} + {/if} +

-- 2.25.1