From 8575042c23142deda71c56eb0f19c2bdfa1151f1 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Thu, 30 Jan 2020 18:57:55 +0300 Subject: [PATCH] - client: fix locales --- client/src/__locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/__locales/en.json b/client/src/__locales/en.json index aa63c8a5..4c837637 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -464,6 +464,6 @@ "client_blocked": "Client \"{{ip}}\" successfully blocked", "client_unblocked": "Client \"{{ip}}\" successfully unblocked", "set_static_ip": "Set static IP address", - "install_static_error": "We failed to determine if this network interface is configured using static IP address. Please set a static IP address manually.", - "install_static_configure": "We have detected that a dynamic IP address is used — {{ip}}. We suggest that you set this IP as static." + "install_static_error": "We failed to determine if this network interface is configured by using static IP address. Please set a static IP address manually.", + "install_static_configure": "We have detected that a dynamic IP address is used — {{ip}}. We suggest you to set this IP address as static." }