From 99b30d6a9a0ec5aec3e9a4ea63540912b3541bc5 Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Thu, 29 Oct 2020 14:57:09 -0400 Subject: [PATCH] Participant Calculate/Fees: fix ts usage, simplify wording --- templates/CRM/Price/Form/Calculate.tpl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/templates/CRM/Price/Form/Calculate.tpl b/templates/CRM/Price/Form/Calculate.tpl index 2c6c7c0395..dab6017c01 100644 --- a/templates/CRM/Price/Form/Calculate.tpl +++ b/templates/CRM/Price/Form/Calculate.tpl @@ -15,7 +15,11 @@ {if ($extends eq 'Contribution') || ($extends eq 'Membership')} {ts}Total Amount{/ts} {else} - {ts}Total Fee(s){/ts}{if $isAdditionalParticipants} {ts}for this participant{/ts}{/if} + {if $isAdditionalParticipants} + {ts}Total for this participant{/ts} + {else} + {ts}Total{/ts} + {/if} {/if}
-- 2.25.1