aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-03-21 09:44:51 +0100
committerChocobozzz <me@florianbigard.com>2018-03-21 09:44:51 +0100
commitd84f3e09eedb2cde37f8af880247949aeebf29a7 (patch)
tree89132aeedd5dce003c693fe7c037366d4657d713 /client/src
parent29f9b56205f03c8a1da889fb451da12820d9262e (diff)
downloadPeerTube-d84f3e09eedb2cde37f8af880247949aeebf29a7.tar.gz
PeerTube-d84f3e09eedb2cde37f8af880247949aeebf29a7.tar.zst
PeerTube-d84f3e09eedb2cde37f8af880247949aeebf29a7.zip
Typo
Diffstat (limited to 'client/src')
-rw-r--r--client/src/app/videos/+video-edit/shared/video-edit.component.html2
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'] }"