From 3d51d48037bb85df5f04b6d3f83b1857253adf88 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Wed, 19 Jun 2024 13:47:48 +0300 Subject: [PATCH] client: imp ui text --- 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 1ffe7bf1..0faab2b8 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -6,7 +6,7 @@ "upstream_parallel": "Use parallel queries to speed up resolving by querying all upstream servers simultaneously.", "parallel_requests": "Parallel requests", "load_balancing": "Load-balancing", - "load_balancing_desc": "Query one upstream server at a time. AdGuard Home uses its weighted random algorithm to pick the server so that the fastest server is used more often.", + "load_balancing_desc": "Query one upstream server at a time. AdGuard Home uses a weighted random algorithm to pick the fastest servers with the fewest failures count.", "bootstrap_dns": "Bootstrap DNS servers", "bootstrap_dns_desc": "IP addresses of DNS servers used to resolve IP addresses of the DoH/DoT resolvers you specify as upstreams. Comments are not permitted.", "fallback_dns_title": "Fallback DNS servers",