Pull request: 3971 fix client id error message
Updates #3971
Squashed commit of the following:
commit f6b855a16daaec7bfca1e1653b4b9c4180c2d80e
Merge: 0cb31dbb 5ec4a4da
Author: Ildar Kamalov <ik@adguard.com>
Date: Thu Jan 20 18:19:20 2022 +0300
Merge branch 'master' into 3971-client-id
commit 0cb31dbbea785fb5ba11a8efe2b6653aece7cd97
Author: Natalia Sokolova <n.sokolova@adguard.com>
Date: Thu Jan 20 11:41:06 2022 +0300
client/src/__locales/en.json edited online with Bitbucket
commit 7999f260d83adcb2fc8d5d5e40cb1934e0333873
Author: Ildar Kamalov <ik@adguard.com>
Date: Wed Jan 19 15:58:18 2022 +0300
client: fix client id error message
This commit is contained in:
parent
5ec4a4dab8
commit
f7ff02f3b1
|
@ -43,7 +43,7 @@
|
|||
"form_error_ip6_format": "Invalid IPv6 address",
|
||||
"form_error_ip_format": "Invalid IP address",
|
||||
"form_error_mac_format": "Invalid MAC address",
|
||||
"form_error_client_id_format": "Invalid client ID",
|
||||
"form_error_client_id_format": "Client ID must contain only numbers, lowercase letters, and hyphens",
|
||||
"form_error_server_name": "Invalid server name",
|
||||
"form_error_subnet": "Subnet \"{{cidr}}\" does not contain the IP address \"{{ip}}\"",
|
||||
"form_error_positive": "Must be greater than 0",
|
||||
|
|
Loading…
Reference in New Issue