diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/shared/form-validators/user-validators.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/form-validators/user-validators.ts b/client/src/app/shared/form-validators/user-validators.ts index 3f462ca3b..fee37e95f 100644 --- a/client/src/app/shared/form-validators/user-validators.ts +++ b/client/src/app/shared/form-validators/user-validators.ts | |||
@@ -46,7 +46,7 @@ export const USER_HANDLE_VALIDATOR: BuildFormValidator = { | |||
46 | ], | 46 | ], |
47 | MESSAGES: { | 47 | MESSAGES: { |
48 | 'required': $localize`Handle is required.`, | 48 | 'required': $localize`Handle is required.`, |
49 | 'pattern': $localize`Handle must be valid (chocobozzz@example.com).` | 49 | 'pattern': $localize`Handle must be valid (eg. chocobozzz@example.com).` |
50 | } | 50 | } |
51 | } | 51 | } |
52 | 52 | ||