You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/components/forms/events/view/videoroom-form.hbs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@
48
48
<UiPopup
49
49
@tagName="i"
50
50
@class="info circle icon"
51
-
@content={{'This column shows the original link of the video. We do not recommend to share this link as users can access it without loggin into 'this.settings.appName'.com.'}} />
51
+
@content={{t'This column shows the original link of the video. We do not recommend to share this link as users can access it without loggin into 'this.settings.appName'.com.'}} />
@content={{'The room password field can be used to communicate a password which is necessary to access online video rooms for example for external video services such a Zoom, Teams and Webex. The need for a password entry depends on the configuration of your video channel. The integrated Big Blue Button video solution in 'this.settings.appName'.com does not need a password as only ticket holders are able to access it. The difference between the password and PIN is that the password option is used for online access while PINs are used to access video rooms through the telephone.'}} />
78
+
@content={{t'The room password field can be used to communicate a password which is necessary to access online video rooms for example for external video services such a Zoom, Teams and Webex. The need for a password entry depends on the configuration of your video channel. The integrated Big Blue Button video solution in 'this.settings.appName'.com does not need a password as only ticket holders are able to access it. The difference between the password and PIN is that the password option is used for online access while PINs are used to access video rooms through the telephone.'}} />
79
79
</label>
80
80
<Input
81
81
@value={{this.data.stream.password}} />
@@ -87,7 +87,7 @@
87
87
<UiPopup
88
88
@tagName="i"
89
89
@class="info circle icon"
90
-
@content={{'Additional Information fields can be used to share information such as phone access, PINs and other video room specific information.'}} />
90
+
@content={{t'Additional Information fields can be used to share information such as phone access, PINs and other video room specific information.'}} />
awaitthis.confirm.prompt(this.l10n.t('If you hide this microlocation you will not be able to schedule sessions in it. The location will still be available for online events without scheduled sessions, e.g. break-out or discussion rooms. '));
0 commit comments