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 380cdf9 commit 4e3ccb7Copy full SHA for 4e3ccb7
app/templates/components/orders/organizer-info.hbs
@@ -1,6 +1,6 @@
1
<div class="ui segments">
2
<div class="ui secondary segment">
3
- <h3 class="weight-400">{{t 'Owner '}}</h3>
+ <h3 class="weight-400">{{t 'Organizer'}}</h3>
4
</div>
5
<div class="ui padded segment">
6
<h3>{{data.event.ownerName}}</h3>
app/templates/components/public/side-menu.hbs
@@ -47,11 +47,11 @@
47
{{#if event.hasOwnerInfo}}
48
{{#if (eq session.currentRouteName 'public.index')}}
49
<a href='#owner' {{action "scrollToTarget"}} class='item scroll'>
50
- {{t 'Owner'}}
+ {{t 'Organizer'}}
51
</a>
52
{{else}}
53
<a class="item" href="{{href-to 'public.index'}}#owner">
54
55
56
{{/if}}
57
0 commit comments