From 510fefb194aba4b365b96b150f89a9f36306560c Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 4 Jun 2018 18:12:48 +0200 Subject: Add french --- .../+admin/config/edit-custom-config/edit-custom-config.component.ts | 2 +- client/src/app/signup/signup.component.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app') 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 diff --git a/client/src/app/signup/signup.component.ts b/client/src/app/signup/signup.component.ts index 4a49ead50..72a0c045b 100644 --- a/client/src/app/signup/signup.component.ts +++ b/client/src/app/signup/signup.component.ts @@ -84,7 +84,7 @@ export class SignupComponent extends FormReactive implements OnInit { () => { this.notificationsService.success( this.i18n('Success'), - this.i18n('Registration for {{ username }} complete.', { username: userCreate.username}) + this.i18n('Registration for {{ username }} complete.', { username: userCreate.username }) ) this.redirectService.redirectToHomepage() }, -- cgit v1.2.3