diff options
Diffstat (limited to 'client/src/app/+admin')
-rw-r--r-- | client/src/app/+admin/config/edit-custom-config/edit-custom-config.component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
168 | 'Please type "I understand the {{ customizationsText }} I set" to confirm.', | 168 | 'Please type "I understand the {{ customizationsText }} I set" to confirm.', |
169 | { customizationsText } | 169 | { customizationsText } |
170 | ) | 170 | ) |
171 | const expectedInputValue = this.i18n('I understand the {{ customizationsText }} I set', { customizationsText}) | 171 | const expectedInputValue = this.i18n('I understand the {{ customizationsText }} I set', { customizationsText }) |
172 | 172 | ||
173 | const confirmRes = await this.confirmService.confirmWithInput(message, label, expectedInputValue) | 173 | const confirmRes = await this.confirmService.confirmWithInput(message, label, expectedInputValue) |
174 | if (confirmRes === false) return | 174 | if (confirmRes === false) return |