diff options
Diffstat (limited to 'client/src/app/+videos')
-rw-r--r-- | client/src/app/+videos/+video-edit/shared/video-edit.component.html | 2 |
1 files changed, 2 insertions, 0 deletions
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()"> |