X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2F%2Badmin%2Fconfig%2Fedit-custom-config%2Fedit-custom-config.component.ts;h=3ffcc6c31ba5af386a7b06fa45355956b3e02c3a;hb=510fefb194aba4b365b96b150f89a9f36306560c;hp=3f92054603c5fdcfcac6a43c88d5e1272118eeb1;hpb=b1d40cff89f7cff565a98cdbcea9a624196a169a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts index 3f9205460..3ffcc6c31 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts +++ b/client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts @@ -168,7 +168,7 @@ export class EditCustomConfigComponent extends FormReactive implements OnInit { 'Please type "I understand the {{ customizationsText }} I set" to confirm.', { customizationsText } ) - const expectedInputValue = this.i18n('I understand the {{ customizationsText }} I set', { customizationsText}) + const expectedInputValue = this.i18n('I understand the {{ customizationsText }} I set', { customizationsText }) const confirmRes = await this.confirmService.confirmWithInput(message, label, expectedInputValue) if (confirmRes === false) return