1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Fix help transcoding placement

This commit is contained in:
Chocobozzz 2019-07-29 16:41:25 +02:00
parent 34dd7cb4ca
commit 8e8eb2614b
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 4 additions and 1 deletions

View file

@ -6,5 +6,5 @@
<span *ngIf="labelHtml" [innerHTML]="labelHtml"></span>
</label>
<my-help *ngIf="helpHtml" tooltipPlacement="top" helpType="custom" i18n-customHtml [customHtml]="helpHtml"></my-help>
<my-help *ngIf="helpHtml" [tooltipPlacement]="helpPlacement" helpType="custom" i18n-customHtml [customHtml]="helpHtml"></my-help>
</div>