diff --git a/templates/CRM/Price/Form/Calculate.tpl b/templates/CRM/Price/Form/Calculate.tpl index 2c6c7c039555..dab6017c0150 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}