From 2597efbc4142c0b2113eac9f03da8c08f53b6729 Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Mon, 7 Aug 2017 16:39:53 +0100 Subject: [PATCH] Translate this string --- templates/CRM/Contribute/Form/Contribution.tpl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/CRM/Contribute/Form/Contribution.tpl b/templates/CRM/Contribute/Form/Contribution.tpl index 3cb0381148..e057296cae 100644 --- a/templates/CRM/Contribute/Form/Contribution.tpl +++ b/templates/CRM/Contribute/Form/Contribution.tpl @@ -653,8 +653,7 @@ CRM.$(function($) { taxAmount = isNaN (taxAmount) ? 0:taxAmount; var totalTaxAmount = taxAmount + Number(totalAmount); totalTaxAmount = formatMoney( totalTaxAmount, 2, separator, thousandMarker ); - - $("#totalTaxAmount" ).html('Amount with ' + taxTerm + ' : ' + currencySymbol + ' '+ totalTaxAmount); + $("#totalTaxAmount" ).html('{/literal}{ts 1=$taxTerm}Amount with %1 :{/ts}{literal} ' + currencySymbol + ' '+ totalTaxAmount); } event.handled = true; } -- 2.25.1