From 8406d7d28827ce1ed9d9f6770ce1700681811535 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Fri, 31 Jan 2020 16:52:22 +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 4c837637..3d93a7de 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -463,7 +463,7 @@ "client_confirm_unblock": "Are you sure you want to unblock the client \"{{ip}}\"?", "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 by using static IP address. Please set a static IP address manually.", + "set_static_ip": "Set a static IP address", + "install_static_error": "We failed to determine if this network interface is configured by using a static IP address. Please set the 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." }