mirror of
https://github.com/swissmakers/wireguard-manager.git
synced 2026-04-09 04:37:08 +02:00
Correct error message on new client form
This commit is contained in:
@@ -293,7 +293,7 @@
|
|||||||
},
|
},
|
||||||
client_email: {
|
client_email: {
|
||||||
required: "Please enter an email address",
|
required: "Please enter an email address",
|
||||||
email: "Please enter an vaild email address"
|
email: "Please enter a vaild email address"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
errorElement: 'span',
|
errorElement: 'span',
|
||||||
|
|||||||
Reference in New Issue
Block a user