From 472dc0b77d74277e8b097dcbe0e5c68bd9b44874 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Fri, 29 Mar 2019 12:42:15 +0300 Subject: [PATCH] * client: error text --- client/src/__locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/__locales/en.json b/client/src/__locales/en.json index b2f4850c..bad60842 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -33,7 +33,7 @@ "dhcp_table_hostname": "Hostname", "dhcp_table_expires": "Expires", "dhcp_warning": "If you want to enable DHCP server anyway, make sure that there is no other active DHCP server in your network. Otherwise, it can break the Internet for connected devices!", - "dhcp_error": "We couldn't determine whether an another DHCP server exists in the network.", + "dhcp_error": "We could not determine whether there is another DHCP server in the network.", "error_details": "Error details", "back": "Back", "dashboard": "Dashboard",