From c4a895d53caeb854ef0c1c02c3b60cfc0620e003 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 8b06704a2a..1e7b0a7be8 100644 --- a/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl +++ b/templates/CRM/Contribute/Form/Contribution/ThankYou.tpl @@ -63,7 +63,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