Skip to content

Commit

Permalink
Fix download receipt button label
Browse files Browse the repository at this point in the history
remp/helpdesk#1073
  • Loading branch information
rootpd committed Feb 11, 2022
1 parent f17f5f0 commit 77b7b20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{if $showButton}
{if $admin}
<a href="{plink :Invoices:ReceiptsAdmin:downloadReceipt $paymentId}" class="btn btn-sm btn-primary">
<i class="fa fa-download"></i> {_invoices.frontend.invoice_button.download}
<i class="fa fa-download"></i> {_invoices.frontend.download_receipt}
</a>
{else}
<a href="{plink ':Invoices:Receipts:downloadReceipt' $paymentId}" class="btn btn-sm btn-primary">
Expand Down

0 comments on commit 77b7b20

Please sign in to comment.