Skip to content

Commit

Permalink
Merge pull request #19343 from seamuslee001/master
Browse files Browse the repository at this point in the history
Fix Contribution.tpl mismatched ts.
  • Loading branch information
seamuslee001 authored Jan 7, 2021
2 parents 1d2cb41 + f2e4bdc commit c6eb575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/CRM/Contribute/Form/Contribution.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit c6eb575

Please sign in to comment.