mirror of
https://github.com/ngoduykhanh/wireguard-ui.git
synced 2025-04-19 19:59:13 +03:00
Correct error message on new client form
This commit is contained in:
parent
7ae4dd12dd
commit
9e165d1e12
1 changed files with 3 additions and 3 deletions
|
@ -289,11 +289,11 @@
|
|||
},
|
||||
messages: {
|
||||
client_name: {
|
||||
required: "Please enter a email address"
|
||||
required: "Please enter a name"
|
||||
},
|
||||
client_email: {
|
||||
required: "Please enter a email address",
|
||||
email: "Please enter a vaild email address"
|
||||
required: "Please enter an email address",
|
||||
email: "Please enter an vaild email address"
|
||||
},
|
||||
},
|
||||
errorElement: 'span',
|
||||
|
|
Loading…
Add table
Reference in a new issue