From f078919e2276227d1782d09a79d162ffc94288b0 Mon Sep 17 00:00:00 2001 From: Maksim Kazantsev Date: Tue, 21 Jul 2026 12:48:42 +0000 Subject: [PATCH] Pull request 2726: AGDNS-4254-fix-ui-text Squashed commit of the following: commit 87bdf005bafa8d8ad75b3e4cb488ca7f9b206a72 Author: Maksim Kazantsev Date: Tue Jul 21 15:41:17 2026 +0300 src: imp locales; --- client/src/__locales/en.json | 2 +- client_v2/src/__locales/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/__locales/en.json b/client/src/__locales/en.json index 3b1abb062..91683410e 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -63,7 +63,7 @@ "blocking_mode_refused": "REFUSED: Respond with REFUSED code", "blocklist": "Blocklist", "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. Empty lines and comments, starting with '#', are ignored.", + "bootstrap_dns_desc": "IP addresses of DNS servers used to resolve the hostnames of DoH/DoT upstream resolvers. Enter one IP address per line. Comments must start on a new line with #. Empty lines and comments are ignored.", "cache_cleared": "DNS cache successfully cleared", "cache_enabled": "Enable cache", "cache_enabled_desc": "Store DNS responses locally.", diff --git a/client_v2/src/__locales/en.json b/client_v2/src/__locales/en.json index c78d6eb14..e9516f2bd 100644 --- a/client_v2/src/__locales/en.json +++ b/client_v2/src/__locales/en.json @@ -208,7 +208,7 @@ "dns_blocking_mode_title": "Blocking mode", "dns_blocking_mode_ttl_label": "Blocked response TTL, in seconds", "dns_blocking_mode_ttl_placeholder": "Enter TTL", - "dns_bootstrap_dns_desc": "Sets the DNS servers used to resolve DoH/DoT upstream resolver hostnames", + "dns_bootstrap_dns_desc": "Sets the DNS servers used to resolve the hostnames of DoH/DoT upstream resolvers", "dns_bootstrap_dns_label": "Bootstrap DNS servers, one per line", "dns_bootstrap_dns_placeholder": "IP addresses", "dns_bootstrap_dns_title": "Bootstrap DNS servers",