Skip to content

Commit 4e3ccb7

Browse files
authored
fix: Organizer Heading in Ticketing Page (#4205)
* fix: Organizer Heading in Ticketing Page * Changing in side-tab
1 parent 380cdf9 commit 4e3ccb7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/templates/components/orders/organizer-info.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="ui segments">
22
<div class="ui secondary segment">
3-
<h3 class="weight-400">{{t 'Owner '}}</h3>
3+
<h3 class="weight-400">{{t 'Organizer'}}</h3>
44
</div>
55
<div class="ui padded segment">
66
<h3>{{data.event.ownerName}}</h3>

app/templates/components/public/side-menu.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@
4747
{{#if event.hasOwnerInfo}}
4848
{{#if (eq session.currentRouteName 'public.index')}}
4949
<a href='#owner' {{action "scrollToTarget"}} class='item scroll'>
50-
{{t 'Owner'}}
50+
{{t 'Organizer'}}
5151
</a>
5252
{{else}}
5353
<a class="item" href="{{href-to 'public.index'}}#owner">
54-
{{t 'Owner'}}
54+
{{t 'Organizer'}}
5555
</a>
5656
{{/if}}
5757
{{/if}}

0 commit comments

Comments
 (0)