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/public/stream/video-stream.hbs
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,11 @@
15
15
<iframesrc="https://player.vimeo.com/video/{{this.vimeoId}}?autoplay={{if @videoStream.extra.autoplay10}}&loop={{if @videoStream.extra.loop10}}"width="100%"height="100%"frameborder="0"title="Vimeo Live Stream"allow="autoplay"allowfullscreen="true"></iframe>
constheading=this.l10n.t('Please confirm that you understand and agree to the conditions of using the chat!');
124
+
125
+
constcontent=this.l10n.t('If you join the event chat, your profile name and image will be visible to other attendees. Other event attendees can also contact you directly.')+'<br/><br/>'
126
+
+this.l10n.t('You may change your chat name and chat profile picture by going to account settings on the chat page on the top left.')+' '
127
+
+this.l10n.t('You need to minimize the side panel to access it.')+' '
128
+
+this.l10n.t('The feature integration is still in Alpha stage and currently your profile on the {{appName}} account page and on the chat are not linked and can be independently edited.',{appName: this.settings.appName})+' '
129
+
+this.l10n.t('When you change the chat settings you may receive additional email confirmations.')+'<br/><br/>'
0 commit comments