From b1242ee93f35e3593195eaa9fb670f4344a94944 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Tue, 21 Sep 2021 17:01:42 +0300 Subject: [PATCH] Pull request: client: fix wording abt auth Updates #3619. Squashed commit of the following: commit 9eecd4ef235b8dce747dab3feec325b1f84f8f3d Author: Ainar Garipov Date: Tue Sep 21 16:52:27 2021 +0300 client: fix wording abt auth --- 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 30dcb0bc..f3d8abcd 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -306,7 +306,7 @@ "install_settings_dns_desc": "You will need to configure your devices or router to use the DNS server on the following addresses:", "install_settings_all_interfaces": "All interfaces", "install_auth_title": "Authentication", - "install_auth_desc": "It is highly recommended to configure password authentication to your AdGuard Home admin web interface. Even if it is accessible only in your local network, it is still important to protect it from unrestricted access.", + "install_auth_desc": "Password authentication to your AdGuard Home admin web interface must be configured. Even if AdGuard Home is accessible only in your local network, it is still important to protect it from unrestricted access.", "install_auth_username": "Username", "install_auth_password": "Password", "install_auth_confirm": "Confirm password",