]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts
Add french
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / config / edit-custom-config / edit-custom-config.component.ts
index 3f92054603c5fdcfcac6a43c88d5e1272118eeb1..3ffcc6c31ba5af386a7b06fa45355956b3e02c3a 100644 (file)
@@ -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