We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54c166 commit 1ffae85Copy full SHA for 1ffae85
app/templates/events/view/tickets/index.hbs
@@ -124,7 +124,7 @@
124
<table class="ui stackable celled unstackable table">
125
<thead>
126
<tr>
127
- <th rowspan="2" class="left aligned">{{t 'Ticket Type'}}</th>
+ <th rowspan="2" class="left aligned">{{t 'Ticket Name'}}</th>
128
<th rowspan="2" class="left aligned">{{t 'Tickets Capacity Set'}}</th>
129
<th colspan="{{if device.isMobile "1" "2"}}" class="ui green inverted segment center aligned">{{if device.isMobile 'Sales ' ''}}{{t 'Completed Orders '}}</th>
130
<th colspan="{{if device.isMobile "1" "2"}}" class="ui blue inverted segment center aligned">{{if device.isMobile 'Sales ' ''}}{{t 'Placed Orders'}}</th>
0 commit comments