From f2e4bdcc4ad99f9f041665896c8877eff11f1cc5 Mon Sep 17 00:00:00 2001 From: Mathieu Lutfy Date: Thu, 7 Jan 2021 11:29:30 -0500 Subject: [PATCH] Fix Contribution.tpl mismatched ts. --- templates/CRM/Contribute/Form/Contribution.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/CRM/Contribute/Form/Contribution.tpl b/templates/CRM/Contribute/Form/Contribution.tpl index d56be1a2dc..5dff905447 100644 --- a/templates/CRM/Contribute/Form/Contribution.tpl +++ b/templates/CRM/Contribute/Form/Contribution.tpl @@ -25,9 +25,9 @@ {ts 1=$displayName}Use this form to submit a new contribution.{/ts} {/if} {if $contributionMode == 'live'} - A LIVE transaction will be submitted using the selected payment processor.{/ts} + {ts}A LIVE transaction will be submitted using the selected payment processor.{/ts} {else} - A TEST transaction will be submitted using the selected payment processor.{/ts} + {ts}A TEST transaction will be submitted using the selected payment processor.{/ts} {/if} {/if} -- 2.25.1