diff options
author | Chocobozzz <me@florianbigard.com> | 2018-03-21 09:44:51 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-03-21 09:44:51 +0100 |
commit | d84f3e09eedb2cde37f8af880247949aeebf29a7 (patch) | |
tree | 89132aeedd5dce003c693fe7c037366d4657d713 /client | |
parent | 29f9b56205f03c8a1da889fb451da12820d9262e (diff) | |
download | PeerTube-d84f3e09eedb2cde37f8af880247949aeebf29a7.tar.gz PeerTube-d84f3e09eedb2cde37f8af880247949aeebf29a7.tar.zst PeerTube-d84f3e09eedb2cde37f8af880247949aeebf29a7.zip |
Typo
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/videos/+video-edit/shared/video-edit.component.html | 2 |
1 files changed, 1 insertions, 1 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 f4ec4f95c..6d0a1600a 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 | |||
@@ -129,7 +129,7 @@ | |||
129 | 129 | ||
130 | <div class="form-group"> | 130 | <div class="form-group"> |
131 | <label for="support">Support</label> | 131 | <label for="support">Support</label> |
132 | <my-help helpType="markdownEnhanced" preHtml="Short text to tell to people how they can support you (membership platform...)."></my-help> | 132 | <my-help helpType="markdownEnhanced" preHtml="Short text to tell people how they can support you (membership platform...)."></my-help> |
133 | <my-markdown-textarea | 133 | <my-markdown-textarea |
134 | id="support" formControlName="support" textareaWidth="500px" [previewColumn]="true" markdownType="enhanced" | 134 | id="support" formControlName="support" textareaWidth="500px" [previewColumn]="true" markdownType="enhanced" |
135 | [classes]="{ 'input-error': formErrors['support'] }" | 135 | [classes]="{ 'input-error': formErrors['support'] }" |