Skip to content

Commit 1ffae85

Browse files
fix: Rename tickets-type field to ticket-name in table (#4044)
* adding tickets-type field in table * Update index.hbs Co-authored-by: Kush Trivedi <[email protected]>
1 parent b54c166 commit 1ffae85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/events/view/tickets/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<table class="ui stackable celled unstackable table">
125125
<thead>
126126
<tr>
127-
<th rowspan="2" class="left aligned">{{t 'Ticket Type'}}</th>
127+
<th rowspan="2" class="left aligned">{{t 'Ticket Name'}}</th>
128128
<th rowspan="2" class="left aligned">{{t 'Tickets Capacity Set'}}</th>
129129
<th colspan="{{if device.isMobile "1" "2"}}" class="ui green inverted segment center aligned">{{if device.isMobile 'Sales ' ''}}{{t 'Completed Orders '}}</th>
130130
<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

Comments
 (0)