From c0abdb4bc730b330bed67954fba20e5282db8399 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Tue, 26 Jul 2022 19:00:43 +0300 Subject: [PATCH] cherry-pick: 4782-server-name-label Updates #4782. Squashed commit of the following: commit d350b3853bf722c0f2a8d1fc4a1c28dc384c5ca0 Author: Natalia Sokolova Date: Tue Jul 26 18:39:38 2022 +0300 client: imp wording commit d0785311bfe38fb10477bf8971a46d6c61aecfda Author: Ainar Garipov Date: Tue Jul 26 17:16:41 2022 +0300 client: imp tls server name label --- 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 9fc65cac..58008418 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -363,7 +363,7 @@ "encryption_config_saved": "Encryption configuration saved", "encryption_server": "Server name", "encryption_server_enter": "Enter your domain name", - "encryption_server_desc": "In order to use HTTPS, you need to enter the server name that matches your SSL certificate or wildcard certificate. If the field is not set, it will accept TLS connections for any domain.", + "encryption_server_desc": "If set, AdGuard Home detects ClientIDs, responds to DDR queries, and performs additional connection validations. If not set, these features are disabled. Must match one of the DNS Names in the certificate.", "encryption_redirect": "Redirect to HTTPS automatically", "encryption_redirect_desc": "If checked, AdGuard Home will automatically redirect you from HTTP to HTTPS addresses.", "encryption_https": "HTTPS port",