Skip to content

Commit

Permalink
CRM-21693: Show Display Name in PayNow screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard van Oosterhout authored and Richard van Oosterhout committed Jan 22, 2018
1 parent 0ade53d commit d856052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/CRM/Contribute/Form/Contribution/Main.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
{elseif !empty($ccid)}
{if $lineItem && $priceSetID && !$is_quick_config}
<div class="header-dark">
{ts}Contribution Information{/ts}
{ts}Contribution Information{/ts} &ndash; {ts 1=$display_name}%1{/ts}
</div>
{assign var="totalAmount" value=$pendingAmount}
{include file="CRM/Price/Page/LineItem.tpl" context="Contribution"}
Expand Down

0 comments on commit d856052

Please sign in to comment.