Fix Contribution.tpl mismatched ts.
authorMathieu Lutfy <mathieu@symbiotic.coop>
Thu, 7 Jan 2021 16:29:30 +0000 (11:29 -0500)
committerSeamus Lee <seamuslee001@gmail.com>
Thu, 7 Jan 2021 19:12:35 +0000 (06:12 +1100)
templates/CRM/Contribute/Form/Contribution.tpl

index d56be1a2dc8d179551d2a52095cda3dca87ee0b6..5dff905447c6e2aaefcdbfc0bc81f72f0facab25 100644 (file)
@@ -25,9 +25,9 @@
         {ts 1=$displayName}Use this form to submit a new contribution.{/ts}
       {/if}
       {if $contributionMode == 'live'}
-        <strong>A LIVE transaction will be submitted</strong> using the selected payment processor.{/ts}
+        {ts}<strong>A LIVE transaction will be submitted</strong> using the selected payment processor.{/ts}
       {else}
-        <strong>A TEST transaction will be submitted</strong> using the selected payment processor.{/ts}
+        {ts}<strong>A TEST transaction will be submitted</strong> using the selected payment processor.{/ts}
       {/if}
     </div>
   {/if}