aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/forms/peertube-checkbox.component.html
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-07-29 16:41:25 +0200
committerChocobozzz <me@florianbigard.com>2019-07-29 16:41:25 +0200
commit8e8eb2614b4e6be90ea5cf2f7347f1eb40f28932 (patch)
tree1c65b3a1385a9d2e732a66af380578b7f40caf58 /client/src/app/shared/forms/peertube-checkbox.component.html
parent34dd7cb4ca4807e61a8c1d584b047c2cb383fe5a (diff)
downloadPeerTube-8e8eb2614b4e6be90ea5cf2f7347f1eb40f28932.tar.gz
PeerTube-8e8eb2614b4e6be90ea5cf2f7347f1eb40f28932.tar.zst
PeerTube-8e8eb2614b4e6be90ea5cf2f7347f1eb40f28932.zip
Fix help transcoding placement
Diffstat (limited to 'client/src/app/shared/forms/peertube-checkbox.component.html')
-rw-r--r--client/src/app/shared/forms/peertube-checkbox.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/forms/peertube-checkbox.component.html b/client/src/app/shared/forms/peertube-checkbox.component.html
index 7b8bcf601..571a1a673 100644
--- a/client/src/app/shared/forms/peertube-checkbox.component.html
+++ b/client/src/app/shared/forms/peertube-checkbox.component.html
@@ -6,5 +6,5 @@
6 <span *ngIf="labelHtml" [innerHTML]="labelHtml"></span> 6 <span *ngIf="labelHtml" [innerHTML]="labelHtml"></span>
7 </label> 7 </label>
8 8
9 <my-help *ngIf="helpHtml" tooltipPlacement="top" helpType="custom" i18n-customHtml [customHtml]="helpHtml"></my-help> 9 <my-help *ngIf="helpHtml" [tooltipPlacement]="helpPlacement" helpType="custom" i18n-customHtml [customHtml]="helpHtml"></my-help>
10</div> 10</div>