From 2b2b489ea53b29cb360516695d21682fad6ac475 Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Thu, 12 Apr 2018 12:50:26 -0400 Subject: [PATCH] Corrected thankyou template, see RT#1286518 --- templates/CRM/Contribute/Form/Contribution/ThankYou.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl b/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl index 697baf22d8..8241a809fa 100644 --- a/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl +++ b/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl @@ -47,7 +47,7 @@ {/if} {elseif $isPendingOutcome} -
{ts 1=$paymentProcessor.name}Your contribution has been submitted to %1 for processing.{/ts}
+
{ts 1=$paymentProcessor.name}Your contribution has been submitted for processing. Please print this page for your records.{/ts}
{if $is_email_receipt}
{if $onBehalfEmail AND ($onBehalfEmail neq $email)} -- 2.25.1