From 35269ccbc5e70591292f750262702ab1f16c1e36 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 0027c64cdf..782d5dec4c 100644 --- a/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl +++ b/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl @@ -45,7 +45,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