]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-videos/modals/live-stream-information.component.html
Add warning below live stream key field
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-videos / modals / live-stream-information.component.html
index 5e2323b9179889be81e037b9b575e3dd8969dffd..2e65e1de9a2dd75aa107a18f079851fc12a54334 100644 (file)
@@ -14,6 +14,8 @@
     <div class="form-group">
       <label for="liveVideoStreamKey" i18n>Live stream key</label>
       <my-input-readonly-copy id="liveVideoStreamKey" [value]="streamKey"></my-input-readonly-copy>
+
+      <div class="form-group-description" i18n>⚠️ Never share your stream key with anyone.</div>
     </div>
   </div>