]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+my-account/my-account-video-channels/my-account-video-channel-edit.component.html
Video support field inherits channel support field
[github/Chocobozzz/PeerTube.git] / client / src / app / +my-account / my-account-video-channels / my-account-video-channel-edit.component.html
index d5fb6262a874f49eab43bdc555c459ee1fd55707..10d408d55be9f7fe36f625bbf89ec89d4098d9f8 100644 (file)
 
   <div class="form-group">
     <label for="support">Support</label>
-    <my-help helpType="markdownEnhanced" preHtml="Short text to tell people how they can support your channel (membership platform...)."></my-help>
+    <my-help
+      helpType="markdownEnhanced" preHtml="Short text to tell people how they can support your channel (membership platform...).<br /><br />
+When you will upload a video in this channel, the video support field will be automatically filled by this text."
+    ></my-help>
     <my-markdown-textarea
         id="support" formControlName="support" textareaWidth="500px" [previewColumn]="true" markdownType="enhanced"
         [classes]="{ 'input-error': formErrors['support'] }"