Skip to content

Commit c21d024

Browse files
committed
Fix typo: calender → calendar
1 parent e6f8b09 commit c21d024

29 files changed

+100
-100
lines changed

app/components/public/add-to-calender-join-video.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
<div class="ui list basic segment m-0 pl-0 pr-0 pb-0 add-to-calender-join-video">
1+
<div class="ui list basic segment m-0 pl-0 pr-0 pb-0 add-to-calendar-join-video">
22
{{#if @hasStreams}}
33
<div class="btn-join-video-mobile">
44
<button class="{{unless @showVideo 'primary' 'basic'}} ui button no-wrap" {{action this.openPanel}}>
55
<i class="icon calendar"></i>
66
{{t 'Join Live Event'}}
77
</button>
88
</div>
9-
<div class="btn-add-to-calender-mobile">
9+
<div class="btn-add-to-calendar-mobile">
1010
<UiDropdown class="ui floating dropdown button w-full text center aligned pl-4">
1111
<i class="add to calendar icon"></i>
1212
{{t 'Add to Calendar'}}

app/components/public/add-to-calender-join-video.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ interface Args {
2020
}
2121

2222

23-
export default class AddToCalender extends Component<Args> {
23+
export default class AddToCalendar extends Component<Args> {
2424
@service
2525
authManager!: AuthManagerService;
2626

app/components/public/add-to-calender.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ interface Args {
1212
location: string
1313
}
1414

15-
export default class AddToCalender extends Component<Args> {
15+
export default class AddToCalendar extends Component<Args> {
1616

1717
@service loader: any;
1818

app/styles/partials/utils.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,11 +280,11 @@
280280
border: 0 !important;
281281
}
282282

283-
.add-to-calender-join-video {
283+
.add-to-calendar-join-video {
284284
height: 36px;
285285
}
286286

287-
.btn-add-to-calender-mobile {
287+
.btn-add-to-calendar-mobile {
288288
width: 50%;
289289
float: left;
290290

app/templates/public.hbs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<div class="three wide column">
5959
{{#if this.displaySideMenu}}
6060
{{#if this.device.isMobile}}
61-
<Public::AddToCalenderJoinVideo
61+
<Public::AddToCalendarJoinVideo
6262
@event={{this.model}}
6363
@location={{this.headerLocation}}
6464
@showVideo={{false}}
@@ -79,7 +79,7 @@
7979
@sameTab={{this.side_panel}}
8080
@showSidePanel={{action "showSidePanel"}}
8181
class="ui basic segment m-0 p-0" />
82-
<Public::AddToCalender @event={{this.model}} @location={{this.headerLocation}}/>
82+
<Public::AddToCalendar @event={{this.model}} @location={{this.headerLocation}}/>
8383
{{/if}}
8484
{{#if (and (not-eq this.session.currentRouteName 'public.exhibition.view') (not-eq this.session.currentRouteName 'public.coc'))}}
8585
{{#if (not-eq this.router.currentRoute.name 'public.sessions.index')}}

translations/ar.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2120,19 +2120,19 @@ msgstr "تم وضع علامة \"مقروءة\" بنجاح"
21202120
msgid "Order has been cancelled successfully."
21212121
msgstr "تم إلغاء الطلب بنجاح."
21222122

2123-
#: app/components/public/add-to-calender.hbs:12:8
2123+
#: app/components/public/add-to-calendar.hbs:12:8
21242124
msgid "Add to Calendar"
21252125
msgstr "إضافة إلى التقويم"
21262126

2127-
#: app/components/public/add-to-calender.hbs:14:108
2127+
#: app/components/public/add-to-calendar.hbs:14:108
21282128
msgid "Add Event"
21292129
msgstr "أضف حدث"
21302130

2131-
#: app/components/public/add-to-calender.hbs:16:117
2131+
#: app/components/public/add-to-calendar.hbs:16:117
21322132
msgid "Add Sessions"
21332133
msgstr "إضافة الجلسات"
21342134

2135-
#: app/components/public/add-to-calender.hbs:18:121
2135+
#: app/components/public/add-to-calendar.hbs:18:121
21362136
msgid "Add My Schedule"
21372137
msgstr "أضف الجدول الزمني الخاص بي"
21382138

translations/bn.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2116,19 +2116,19 @@ msgstr ""
21162116
msgid "Order has been cancelled successfully."
21172117
msgstr ""
21182118

2119-
#: app/components/public/add-to-calender.hbs:12:8
2119+
#: app/components/public/add-to-calendar.hbs:12:8
21202120
msgid "Add to Calendar"
21212121
msgstr ""
21222122

2123-
#: app/components/public/add-to-calender.hbs:14:108
2123+
#: app/components/public/add-to-calendar.hbs:14:108
21242124
msgid "Add Event"
21252125
msgstr ""
21262126

2127-
#: app/components/public/add-to-calender.hbs:16:117
2127+
#: app/components/public/add-to-calendar.hbs:16:117
21282128
msgid "Add Sessions"
21292129
msgstr ""
21302130

2131-
#: app/components/public/add-to-calender.hbs:18:121
2131+
#: app/components/public/add-to-calendar.hbs:18:121
21322132
msgid "Add My Schedule"
21332133
msgstr ""
21342134

translations/ca.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2120,19 +2120,19 @@ msgstr ""
21202120
msgid "Order has been cancelled successfully."
21212121
msgstr ""
21222122

2123-
#: app/components/public/add-to-calender.hbs:12:8
2123+
#: app/components/public/add-to-calendar.hbs:12:8
21242124
msgid "Add to Calendar"
21252125
msgstr ""
21262126

2127-
#: app/components/public/add-to-calender.hbs:14:108
2127+
#: app/components/public/add-to-calendar.hbs:14:108
21282128
msgid "Add Event"
21292129
msgstr ""
21302130

2131-
#: app/components/public/add-to-calender.hbs:16:117
2131+
#: app/components/public/add-to-calendar.hbs:16:117
21322132
msgid "Add Sessions"
21332133
msgstr ""
21342134

2135-
#: app/components/public/add-to-calender.hbs:18:121
2135+
#: app/components/public/add-to-calendar.hbs:18:121
21362136
msgid "Add My Schedule"
21372137
msgstr ""
21382138

translations/de.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2124,19 +2124,19 @@ msgstr "Als erfolgreich gelesen markiert"
21242124
msgid "Order has been cancelled successfully."
21252125
msgstr "Bestellung wurde erfolgreich storniert."
21262126

2127-
#: app/components/public/add-to-calender.hbs:12:8
2127+
#: app/components/public/add-to-calendar.hbs:12:8
21282128
msgid "Add to Calendar"
21292129
msgstr "Zum Kalender hinzufügen"
21302130

2131-
#: app/components/public/add-to-calender.hbs:14:108
2131+
#: app/components/public/add-to-calendar.hbs:14:108
21322132
msgid "Add Event"
21332133
msgstr "Veranstaltung hinzufügen"
21342134

2135-
#: app/components/public/add-to-calender.hbs:16:117
2135+
#: app/components/public/add-to-calendar.hbs:16:117
21362136
msgid "Add Sessions"
21372137
msgstr "Sitzungen hinzufügen"
21382138

2139-
#: app/components/public/add-to-calender.hbs:18:121
2139+
#: app/components/public/add-to-calendar.hbs:18:121
21402140
msgid "Add My Schedule"
21412141
msgstr "Meinen Zeitplan hinzufügen"
21422142

translations/de_DIVEO.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2119,19 +2119,19 @@ msgstr ""
21192119
msgid "Order has been cancelled successfully."
21202120
msgstr ""
21212121

2122-
#: app/components/public/add-to-calender.hbs:12:8
2122+
#: app/components/public/add-to-calendar.hbs:12:8
21232123
msgid "Add to Calendar"
21242124
msgstr ""
21252125

2126-
#: app/components/public/add-to-calender.hbs:14:108
2126+
#: app/components/public/add-to-calendar.hbs:14:108
21272127
msgid "Add Event"
21282128
msgstr ""
21292129

2130-
#: app/components/public/add-to-calender.hbs:16:117
2130+
#: app/components/public/add-to-calendar.hbs:16:117
21312131
msgid "Add Sessions"
21322132
msgstr ""
21332133

2134-
#: app/components/public/add-to-calender.hbs:18:121
2134+
#: app/components/public/add-to-calendar.hbs:18:121
21352135
msgid "Add My Schedule"
21362136
msgstr ""
21372137

translations/en.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2116,19 +2116,19 @@ msgstr "Marked as Read successfully"
21162116
msgid "Order has been cancelled successfully."
21172117
msgstr "Order has been cancelled successfully."
21182118

2119-
#: app/components/public/add-to-calender.hbs:12:8
2119+
#: app/components/public/add-to-calendar.hbs:12:8
21202120
msgid "Add to Calendar"
21212121
msgstr "Add to Calendar"
21222122

2123-
#: app/components/public/add-to-calender.hbs:14:108
2123+
#: app/components/public/add-to-calendar.hbs:14:108
21242124
msgid "Add Event"
21252125
msgstr "Add Event"
21262126

2127-
#: app/components/public/add-to-calender.hbs:16:117
2127+
#: app/components/public/add-to-calendar.hbs:16:117
21282128
msgid "Add Sessions"
21292129
msgstr "Add Sessions"
21302130

2131-
#: app/components/public/add-to-calender.hbs:18:121
2131+
#: app/components/public/add-to-calendar.hbs:18:121
21322132
msgid "Add My Schedule"
21332133
msgstr "Add My Schedule"
21342134

translations/es.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2119,19 +2119,19 @@ msgstr "Marcado como leído correctamente"
21192119
msgid "Order has been cancelled successfully."
21202120
msgstr "El pedido se canceló con éxito."
21212121

2122-
#: app/components/public/add-to-calender.hbs:12:8
2122+
#: app/components/public/add-to-calendar.hbs:12:8
21232123
msgid "Add to Calendar"
21242124
msgstr "Añadir al calendario"
21252125

2126-
#: app/components/public/add-to-calender.hbs:14:108
2126+
#: app/components/public/add-to-calendar.hbs:14:108
21272127
msgid "Add Event"
21282128
msgstr "Añadir Evento"
21292129

2130-
#: app/components/public/add-to-calender.hbs:16:117
2130+
#: app/components/public/add-to-calendar.hbs:16:117
21312131
msgid "Add Sessions"
21322132
msgstr "Agregar sesiones"
21332133

2134-
#: app/components/public/add-to-calender.hbs:18:121
2134+
#: app/components/public/add-to-calendar.hbs:18:121
21352135
msgid "Add My Schedule"
21362136
msgstr "Agregar mi horario"
21372137

translations/fr.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2127,19 +2127,19 @@ msgstr "Marqué comme lu"
21272127
msgid "Order has been cancelled successfully."
21282128
msgstr "La commande est annulée."
21292129

2130-
#: app/components/public/add-to-calender.hbs:12:8
2130+
#: app/components/public/add-to-calendar.hbs:12:8
21312131
msgid "Add to Calendar"
21322132
msgstr "Ajouter au calendrier"
21332133

2134-
#: app/components/public/add-to-calender.hbs:14:108
2134+
#: app/components/public/add-to-calendar.hbs:14:108
21352135
msgid "Add Event"
21362136
msgstr "Ajouter évènement"
21372137

2138-
#: app/components/public/add-to-calender.hbs:16:117
2138+
#: app/components/public/add-to-calendar.hbs:16:117
21392139
msgid "Add Sessions"
21402140
msgstr "Ajouter des sessions"
21412141

2142-
#: app/components/public/add-to-calender.hbs:18:121
2142+
#: app/components/public/add-to-calendar.hbs:18:121
21432143
msgid "Add My Schedule"
21442144
msgstr "Ajouter mon horaire"
21452145

translations/hi.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2120,19 +2120,19 @@ msgstr "सफलतापूर्वक पढ़े गए के रूप
21202120
msgid "Order has been cancelled successfully."
21212121
msgstr "आदेश सफलतापूर्वक रद्द कर दिया गया है।"
21222122

2123-
#: app/components/public/add-to-calender.hbs:12:8
2123+
#: app/components/public/add-to-calendar.hbs:12:8
21242124
msgid "Add to Calendar"
21252125
msgstr "कैलेंडर में जोड़ें"
21262126

2127-
#: app/components/public/add-to-calender.hbs:14:108
2127+
#: app/components/public/add-to-calendar.hbs:14:108
21282128
msgid "Add Event"
21292129
msgstr "कार्यक्रम जोड़ें"
21302130

2131-
#: app/components/public/add-to-calender.hbs:16:117
2131+
#: app/components/public/add-to-calendar.hbs:16:117
21322132
msgid "Add Sessions"
21332133
msgstr "सत्र जोड़ें"
21342134

2135-
#: app/components/public/add-to-calender.hbs:18:121
2135+
#: app/components/public/add-to-calendar.hbs:18:121
21362136
msgid "Add My Schedule"
21372137
msgstr "मेरा शेड्यूल जोड़ें"
21382138

translations/hr.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2119,19 +2119,19 @@ msgstr ""
21192119
msgid "Order has been cancelled successfully."
21202120
msgstr ""
21212121

2122-
#: app/components/public/add-to-calender.hbs:12:8
2122+
#: app/components/public/add-to-calendar.hbs:12:8
21232123
msgid "Add to Calendar"
21242124
msgstr ""
21252125

2126-
#: app/components/public/add-to-calender.hbs:14:108
2126+
#: app/components/public/add-to-calendar.hbs:14:108
21272127
msgid "Add Event"
21282128
msgstr ""
21292129

2130-
#: app/components/public/add-to-calender.hbs:16:117
2130+
#: app/components/public/add-to-calendar.hbs:16:117
21312131
msgid "Add Sessions"
21322132
msgstr ""
21332133

2134-
#: app/components/public/add-to-calender.hbs:18:121
2134+
#: app/components/public/add-to-calendar.hbs:18:121
21352135
msgid "Add My Schedule"
21362136
msgstr ""
21372137

translations/id.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2120,19 +2120,19 @@ msgstr "Ditandai sebagai Berhasil"
21202120
msgid "Order has been cancelled successfully."
21212121
msgstr "Pesanan telah berhasil dibatalkan."
21222122

2123-
#: app/components/public/add-to-calender.hbs:12:8
2123+
#: app/components/public/add-to-calendar.hbs:12:8
21242124
msgid "Add to Calendar"
21252125
msgstr "Add to calendar"
21262126

2127-
#: app/components/public/add-to-calender.hbs:14:108
2127+
#: app/components/public/add-to-calendar.hbs:14:108
21282128
msgid "Add Event"
21292129
msgstr "Tambah Event"
21302130

2131-
#: app/components/public/add-to-calender.hbs:16:117
2131+
#: app/components/public/add-to-calendar.hbs:16:117
21322132
msgid "Add Sessions"
21332133
msgstr "Tambahkan Sesi"
21342134

2135-
#: app/components/public/add-to-calender.hbs:18:121
2135+
#: app/components/public/add-to-calendar.hbs:18:121
21362136
msgid "Add My Schedule"
21372137
msgstr "Tambahkan Jadwal Saya"
21382138

translations/ja.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2122,19 +2122,19 @@ msgstr "正常に開封済みとしてマークされました"
21222122
msgid "Order has been cancelled successfully."
21232123
msgstr "注文は正常にキャンセルされました。"
21242124

2125-
#: app/components/public/add-to-calender.hbs:12:8
2125+
#: app/components/public/add-to-calendar.hbs:12:8
21262126
msgid "Add to Calendar"
21272127
msgstr "Add to calendar"
21282128

2129-
#: app/components/public/add-to-calender.hbs:14:108
2129+
#: app/components/public/add-to-calendar.hbs:14:108
21302130
msgid "Add Event"
21312131
msgstr "イベントを追加"
21322132

2133-
#: app/components/public/add-to-calender.hbs:16:117
2133+
#: app/components/public/add-to-calendar.hbs:16:117
21342134
msgid "Add Sessions"
21352135
msgstr "セッションの追加"
21362136

2137-
#: app/components/public/add-to-calender.hbs:18:121
2137+
#: app/components/public/add-to-calendar.hbs:18:121
21382138
msgid "Add My Schedule"
21392139
msgstr "スケジュールを追加"
21402140

translations/ko.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2118,19 +2118,19 @@ msgstr "읽음으로 표시됨"
21182118
msgid "Order has been cancelled successfully."
21192119
msgstr "주문이 성공적으로 취소되었습니다."
21202120

2121-
#: app/components/public/add-to-calender.hbs:12:8
2121+
#: app/components/public/add-to-calendar.hbs:12:8
21222122
msgid "Add to Calendar"
21232123
msgstr "캘린더에 추가"
21242124

2125-
#: app/components/public/add-to-calender.hbs:14:108
2125+
#: app/components/public/add-to-calendar.hbs:14:108
21262126
msgid "Add Event"
21272127
msgstr "이벤트 추가"
21282128

2129-
#: app/components/public/add-to-calender.hbs:16:117
2129+
#: app/components/public/add-to-calendar.hbs:16:117
21302130
msgid "Add Sessions"
21312131
msgstr "세션 추가"
21322132

2133-
#: app/components/public/add-to-calender.hbs:18:121
2133+
#: app/components/public/add-to-calendar.hbs:18:121
21342134
msgid "Add My Schedule"
21352135
msgstr "내 일정 추가"
21362136

0 commit comments

Comments
 (0)