From 058b8d9e0df58f5c5165d2d35445483e07651b30 Mon Sep 17 00:00:00 2001 From: Tom Anderson Date: Fri, 19 Jun 2020 03:43:43 +0930 Subject: [PATCH] Misspelled word receieve -> receive --- templates/CRM/Event/Cart/Form/Checkout/ThankYou.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Event/Cart/Form/Checkout/ThankYou.tpl b/templates/CRM/Event/Cart/Form/Checkout/ThankYou.tpl index 6a46fac247..f149c2247b 100644 --- a/templates/CRM/Event/Cart/Form/Checkout/ThankYou.tpl +++ b/templates/CRM/Event/Cart/Form/Checkout/ThankYou.tpl @@ -5,7 +5,7 @@ {ts}This is your receipt of payment made for the following event registration.{/ts}

- {ts 1=$transaction_id 2=$transaction_date|date_format:"%D %I:%M %p %Z"}Your order number is #%1. Please print this confirmation for your records. You will receieve a confirmation email with the information below. Information about the workshops will be sent separately to each participant. Here's a summary of your transaction placed on %2:{/ts} + {ts 1=$transaction_id 2=$transaction_date|date_format:"%D %I:%M %p %Z"}Your order number is #%1. Please print this confirmation for your records. You will receive a confirmation email with the information below. Information about the workshops will be sent separately to each participant. Here's a summary of your transaction placed on %2:{/ts}

{if $pay_later_receipt && $is_pay_later}

-- 2.25.1