Fix misplaced i18n tag in admin system config
This commit is contained in:
parent
eb1c46e9a8
commit
6a07a05861
|
@ -551,7 +551,7 @@
|
||||||
i18n-labelText labelText="Resolution {{resolution.label}} enabled"
|
i18n-labelText labelText="Resolution {{resolution.label}} enabled"
|
||||||
>
|
>
|
||||||
<ng-template *ngIf="resolution.description" ptTemplate="help">
|
<ng-template *ngIf="resolution.description" ptTemplate="help">
|
||||||
<div i18n [innerHTML]="resolution.description"></div>
|
<div [innerHTML]="resolution.description"></div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</my-peertube-checkbox>
|
</my-peertube-checkbox>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -41,7 +41,7 @@ export class EditCustomConfigComponent extends FormReactive implements OnInit {
|
||||||
{
|
{
|
||||||
id: '0p',
|
id: '0p',
|
||||||
label: this.i18n('Audio-only'),
|
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',
|
id: '240p',
|
||||||
|
|
Loading…
Reference in New Issue
Block a user