aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app')
-rw-r--r--client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.html2
-rw-r--r--client/src/app/+videos/+video-edit/shared/video-edit.component.html2
2 files changed, 4 insertions, 0 deletions
diff --git a/client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.html b/client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.html
index 5e2323b91..2e65e1de9 100644
--- a/client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.html
+++ b/client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.html
@@ -14,6 +14,8 @@
14 <div class="form-group"> 14 <div class="form-group">
15 <label for="liveVideoStreamKey" i18n>Live stream key</label> 15 <label for="liveVideoStreamKey" i18n>Live stream key</label>
16 <my-input-readonly-copy id="liveVideoStreamKey" [value]="streamKey"></my-input-readonly-copy> 16 <my-input-readonly-copy id="liveVideoStreamKey" [value]="streamKey"></my-input-readonly-copy>
17
18 <div class="form-group-description" i18n>⚠️ Never share your stream key with anyone.</div>
17 </div> 19 </div>
18 </div> 20 </div>
19 21
diff --git a/client/src/app/+videos/+video-edit/shared/video-edit.component.html b/client/src/app/+videos/+video-edit/shared/video-edit.component.html
index d9e09c453..705d6e71a 100644
--- a/client/src/app/+videos/+video-edit/shared/video-edit.component.html
+++ b/client/src/app/+videos/+video-edit/shared/video-edit.component.html
@@ -210,6 +210,8 @@
210 <div class="form-group"> 210 <div class="form-group">
211 <label for="liveVideoStreamKey" i18n>Live stream key</label> 211 <label for="liveVideoStreamKey" i18n>Live stream key</label>
212 <my-input-readonly-copy id="liveVideoStreamKey" [value]="liveVideo.streamKey"></my-input-readonly-copy> 212 <my-input-readonly-copy id="liveVideoStreamKey" [value]="liveVideo.streamKey"></my-input-readonly-copy>
213
214 <div class="form-group-description" i18n>⚠️ Never share your stream key with anyone.</div>
213 </div> 215 </div>
214 216
215 <div class="form-group" *ngIf="isSaveReplayEnabled()"> 217 <div class="form-group" *ngIf="isSaveReplayEnabled()">