using validation for only person names

This commit is contained in:
dinsmol 2021-07-23 09:44:27 +03:00
parent f927ee1cf7
commit aa7cf1d1b3
3 changed files with 7 additions and 1 deletions

View file

@ -14,6 +14,7 @@ en:
too_long_contact_code: "Contact code is too long, max 100 characters"
name:
blank: "Required parameter missing - name"
invalid: "Name is invalid"
phone:
blank: "Required parameter missing - phone"
invalid: "Phone nr is invalid"