From 7afa16fbe76dff4485d166f6164bae171e0110c9 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Thu, 13 Feb 2020 13:51:52 +0300 Subject: [PATCH] - client: fix text --- 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 88442ac8..138082c7 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -466,7 +466,7 @@ "static_ip": "Static IP Address", "static_ip_desc": "AdGuard Home is a server so it needs a static IP address to function properly. Otherwise, at some point, your router may assign a different IP address to this device.", "set_static_ip": "Set a static IP address", - "install_static_ok": "Good news, Static IP already configured", + "install_static_ok": "Good news! The static IP address is already configured", "install_static_error": "AdGuard Home cannot configure it automatically for your OS. Please look for an instruction on how to do this manually", - "install_static_configure": "We have detected that a dynamic IP address is used — <0>{{ip}}. Do you want to use your it as a static address?" + "install_static_configure": "We have detected that a dynamic IP address is used — <0>{{ip}}. Do you want to use it as your static address?" }