From 8d5a23df739f0b650f9f3870141fd83e8fa0c1e0 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Thu, 3 Mar 2022 14:36:04 +0300 Subject: [PATCH] client: imp 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 6d34a542c3c..d5070a214f0 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -287,7 +287,7 @@ "form_enter_rate_limit": "Enter rate limit", "rate_limit": "Rate limit", "edns_enable": "Enable EDNS client subnet", - "edns_cs_desc": "Add EDNS0 client subnet option to the request sent to DNS servers.", + "edns_cs_desc": "Add EDNS Client Subnet option to the request sent to DNS servers.", "rate_limit_desc": "The number of requests per second allowed per client. Setting it to 0 means no limit.", "blocking_ipv4_desc": "IP address to be returned for a blocked A request", "blocking_ipv6_desc": "IP address to be returned for a blocked AAAA request",