mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
using validation for only person names
This commit is contained in:
parent
f927ee1cf7
commit
aa7cf1d1b3
3 changed files with 7 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue