From 32d7f2b754b8d20bf44ae2121c79570cbff973c3 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Mon, 23 Sep 2019 08:17:42 +0200 Subject: fix a few typos (#2141) * fix a few typos * apply changes to original files instead * additional correction --- client/src/app/shared/forms/form-validators/user-validators.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src/app/shared/forms') diff --git a/client/src/app/shared/forms/form-validators/user-validators.service.ts b/client/src/app/shared/forms/form-validators/user-validators.service.ts index 2dafb1816..4dff3e422 100644 --- a/client/src/app/shared/forms/form-validators/user-validators.service.ts +++ b/client/src/app/shared/forms/form-validators/user-validators.service.ts @@ -103,7 +103,7 @@ export class UserValidatorsService { Validators.requiredTrue ], MESSAGES: { - 'required': this.i18n('You must to agree with the instance terms in order to registering on it.') + 'required': this.i18n('You must agree with the instance terms in order to register on it.') } } -- cgit v1.2.3