diff options
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/forms/form-validators/custom-config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/forms/form-validators/custom-config.ts b/client/src/app/shared/forms/form-validators/custom-config.ts index 9e3fa98d8..a0966a9a7 100644 --- a/client/src/app/shared/forms/form-validators/custom-config.ts +++ b/client/src/app/shared/forms/form-validators/custom-config.ts | |||
@@ -3,7 +3,7 @@ import { Validators } from '@angular/forms' | |||
3 | export const INSTANCE_NAME = { | 3 | export const INSTANCE_NAME = { |
4 | VALIDATORS: [ Validators.required ], | 4 | VALIDATORS: [ Validators.required ], |
5 | MESSAGES: { | 5 | MESSAGES: { |
6 | 'required': 'Instance name is required.', | 6 | 'required': 'Instance name is required.' |
7 | } | 7 | } |
8 | } | 8 | } |
9 | 9 | ||