From c2ce7ee362cddeaa7110794cc6487b75db821e21 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 18 Feb 2015 11:24:48 +1300 Subject: [PATCH] CRM-15369 recurring wording follow up fix --- templates/CRM/Contribute/Form/Contribution/Confirm.tpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Contribute/Form/Contribution/Confirm.tpl b/templates/CRM/Contribute/Form/Contribution/Confirm.tpl index cea8f33611..c4bdc3d452 100644 --- a/templates/CRM/Contribute/Form/Contribution/Confirm.tpl +++ b/templates/CRM/Contribute/Form/Contribution/Confirm.tpl @@ -103,13 +103,13 @@ {if $frequency_interval > 1}

{ts 1=$frequency_interval 2=$frequency_unit 3=$installments}I want to contribute this amount every %1 %2s for %3 installments.{/ts}

{else} -

{ts 1=$frequency_interval 2=$frequency_unit}I want to contribute this amount every %1 %2s.{/ts}

+

{ts 1=$frequency_unit 2=$installments}I want to contribute this amount every %1 for %2 installments.{/ts}

{/if} {else} {if $frequency_interval > 1} -

{ts 1=$frequency_interval 2=$frequency_unit 3=$installments}I want to contribute this amount every %2 for %3 installments.{/ts}

+

{ts 1=$frequency_interval 2=$frequency_unit}I want to contribute this amount every %1 %2s.{/ts}

{else} -

{ts 1=$frequency_interval 2=$frequency_unit}I want to contribute this amount every %2.{/ts}

+

{ts 1=$frequency_unit }I want to contribute this amount every %1.{/ts}

{/if} {/if}

{ts}Your initial contribution will be processed once you complete the confirmation step. You will be able to cancel the recurring contribution by visiting the web page link that will be included in your receipt.{/ts}

-- 2.25.1