]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Typo
authorChocobozzz <me@florianbigard.com>
Wed, 21 Mar 2018 08:44:51 +0000 (09:44 +0100)
committerChocobozzz <me@florianbigard.com>
Wed, 21 Mar 2018 08:44:51 +0000 (09:44 +0100)
client/src/app/videos/+video-edit/shared/video-edit.component.html

index f4ec4f95c5d7792d4c4785af76d3aa6a8dd1cbc4..6d0a1600a6d98e2d03d905cbddd2d2a0b95202a9 100644 (file)
 
         <div class="form-group">
           <label for="support">Support</label>
-          <my-help helpType="markdownEnhanced" preHtml="Short text to tell to people how they can support you (membership platform...)."></my-help>
+          <my-help helpType="markdownEnhanced" preHtml="Short text to tell people how they can support you (membership platform...)."></my-help>
           <my-markdown-textarea
               id="support" formControlName="support" textareaWidth="500px" [previewColumn]="true" markdownType="enhanced"
               [classes]="{ 'input-error': formErrors['support'] }"