aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/forms/form-validators/user-validators.service.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/forms/form-validators/user-validators.service.ts')
-rw-r--r--client/src/app/shared/forms/form-validators/user-validators.service.ts2
1 files changed, 1 insertions, 1 deletions
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 {
103 Validators.requiredTrue 103 Validators.requiredTrue
104 ], 104 ],
105 MESSAGES: { 105 MESSAGES: {
106 'required': this.i18n('You must to agree with the instance terms in order to registering on it.') 106 'required': this.i18n('You must agree with the instance terms in order to register on it.')
107 } 107 }
108 } 108 }
109 109