From bc261e3f847f6e244b9e2b64aca3e5558f820419 Mon Sep 17 00:00:00 2001 From: Klaas Eikelboom Date: Tue, 17 Oct 2017 09:58:27 +0100 Subject: [PATCH] Fix for CRM-21319 --- templates/CRM/Contribute/Form/Contribution/Main.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contribute/Form/Contribution/Main.tpl b/templates/CRM/Contribute/Form/Contribution/Main.tpl index 4aa2d31e5b..1137637e5b 100644 --- a/templates/CRM/Contribute/Form/Contribution/Main.tpl +++ b/templates/CRM/Contribute/Form/Contribution/Main.tpl @@ -355,7 +355,7 @@ } else { cj('#recurHelp').hide(); - cj('#amount_sum_label').text('{/literal}{ts escape='js'}Total amount{/ts}{literal}'); + cj('#amount_sum_label').text('{/literal}{ts escape='js'}Total Amount{/ts}{literal}'); } } -- 2.25.1