Fix misplaced i18n tag in admin system config

pull/2386/head
Rigel Kent 2020-01-06 15:13:59 +01:00
parent eb1c46e9a8
commit 6a07a05861
No known key found for this signature in database
GPG Key ID: 5E53E96A494E452F
2 changed files with 2 additions and 2 deletions

View File

@ -551,7 +551,7 @@
i18n-labelText labelText="Resolution {{resolution.label}} enabled"
>
<ng-template *ngIf="resolution.description" ptTemplate="help">
<div i18n [innerHTML]="resolution.description"></div>
<div [innerHTML]="resolution.description"></div>
</ng-template>
</my-peertube-checkbox>
</div>

View File

@ -41,7 +41,7 @@ export class EditCustomConfigComponent extends FormReactive implements OnInit {
{
id: '0p',
label: this.i18n('Audio-only'),
description: `A <code>.mp4</code> that keeps the original audio track, with no video`
description: this.i18n('A <code>.mp4</code> that keeps the original audio track, with no video')
},
{
id: '240p',