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
9e165d1e12
commit
20fcdbafa5
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@
|
|||
},
|
||||
client_email: {
|
||||
required: "Please enter an email address",
|
||||
email: "Please enter an vaild email address"
|
||||
email: "Please enter a vaild email address"
|
||||
},
|
||||
},
|
||||
errorElement: 'span',
|
||||
|
|
Loading…
Add table
Reference in a new issue