From 273223ab2aabb466de4927e91d5503892f6befe7 Mon Sep 17 00:00:00 2001 From: yashodha Date: Wed, 9 Aug 2023 15:22:57 +0530 Subject: [PATCH] (dev/core#4485) Replace Event Total by Total Amount --- templates/CRM/Event/Form/Registration/ThankYou.tpl | 2 +- templates/CRM/Price/Form/LineItem.tpl | 2 +- templates/CRM/Price/Page/LineItem.tpl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/CRM/Event/Form/Registration/ThankYou.tpl b/templates/CRM/Event/Form/Registration/ThankYou.tpl index 48822814f143..f1c854b0f77e 100644 --- a/templates/CRM/Event/Form/Registration/ThankYou.tpl +++ b/templates/CRM/Event/Form/Registration/ThankYou.tpl @@ -99,7 +99,7 @@ {/if} {if $totalAmount}
-
{ts}Event Total{/ts}:  {$totalAmount|crmMoney}
+
{ts}Total Amount{/ts}:  {$totalAmount|crmMoney}
diff --git a/templates/CRM/Price/Form/LineItem.tpl b/templates/CRM/Price/Form/LineItem.tpl index e94853330ffc..4829b322a60f 100644 --- a/templates/CRM/Price/Form/LineItem.tpl +++ b/templates/CRM/Price/Form/LineItem.tpl @@ -108,7 +108,7 @@ {if $context EQ "Contribution"} {ts}Contribution Total{/ts}: {elseif $context EQ "Event"} - {ts}Event Total{/ts}: + {ts}Total Amount{/ts}: {elseif $context EQ "Membership"} {ts}Membership Fee Total{/ts}: {else} diff --git a/templates/CRM/Price/Page/LineItem.tpl b/templates/CRM/Price/Page/LineItem.tpl index d2c55bebcb52..4e22d9780a57 100644 --- a/templates/CRM/Price/Page/LineItem.tpl +++ b/templates/CRM/Price/Page/LineItem.tpl @@ -94,7 +94,7 @@ {if $totalTaxAmount} {ts}Event SubTotal: {$totalAmount-$totalTaxAmount|crmMoney:$currency}{/ts}
{/if} - {ts}Event Total{/ts}: + {ts}Total Amount{/ts}: {elseif $context EQ "Membership"} {ts}Membership Fee Total{/ts}: {else}