From 1beb18db47e97cda1c89a087f569bf95b837e2b0 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Mon, 1 Aug 2022 14:15:50 +0300 Subject: [PATCH] cherry-pick: 4517 warning wording Merge in DNS/adguard-home from 4517-warning-label to master Updates #4517. Squashed commit of the following: commit 4987f63937253da2954cf20c7b99a3b8a0adf112 Author: Eugene Burkov Date: Mon Aug 1 13:59:28 2022 +0300 client: imp wording --- 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 46e75fe6..af748038 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -222,7 +222,7 @@ "updated_upstream_dns_toast": "Upstream servers successfully saved", "dns_test_ok_toast": "Specified DNS servers are working correctly", "dns_test_not_ok_toast": "Server \"{{key}}\": could not be used, please check that you've written it correctly", - "dns_test_warning_toast": "Server \"{{key}}\" does not respond to test requests and may not work properly", + "dns_test_warning_toast": "Upstream \"{{key}}\" does not respond to test requests and may not work properly", "unblock": "Unblock", "block": "Block", "disallow_this_client": "Disallow this client",