Skip to content

Commit ef5555d

Browse files
kushthedudeiamareebjamal
authored andcommitted
chore(ui): Change icon and rename print to download invoice (#3597)
1 parent 9ae3414 commit ef5555d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/templates/orders/view.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
{{t 'Download Tickets'}}
3131
</button>
3232
<button {{action 'downloadInvoice' model.event.name model.order.identifier }} class="ui labeled icon blue {{if isLoadingInvoice 'loading'}} button">
33-
<i class="print alternate icon"></i>
34-
{{t 'Print Invoice'}}
33+
<i class="download icon"></i>
34+
{{t 'Download Invoice'}}
3535
</button>
3636
</div>
3737
</div>

0 commit comments

Comments
 (0)