aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/shared/video-edit.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-10-29 15:03:46 +0100
committerChocobozzz <chocobozzz@cpy.re>2020-11-09 15:33:04 +0100
commitc29039e7c070b23db5aeb52be6902d271f7dcfe6 (patch)
tree5d5e46d169852c50570bf7869d55c88bdcb58f60 /client/src/app/+videos/+video-edit/shared/video-edit.component.html
parentd988e9a2f83dd2f85d1afa0b98614b29a66dddf4 (diff)
downloadPeerTube-c29039e7c070b23db5aeb52be6902d271f7dcfe6.tar.gz
PeerTube-c29039e7c070b23db5aeb52be6902d271f7dcfe6.tar.zst
PeerTube-c29039e7c070b23db5aeb52be6902d271f7dcfe6.zip
Add warning below live stream key field
Diffstat (limited to 'client/src/app/+videos/+video-edit/shared/video-edit.component.html')
-rw-r--r--client/src/app/+videos/+video-edit/shared/video-edit.component.html2
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()">