From 780d001cef93ee5c4e45b55f5ae17f8ba1e01a50 Mon Sep 17 00:00:00 2001 From: Dimitry Kolyshev Date: Fri, 24 Nov 2023 09:53:46 +0200 Subject: [PATCH] all: imp locales --- client/src/__locales/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/__locales/en.json b/client/src/__locales/en.json index 3f6f74d7..a5839c0f 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -736,6 +736,6 @@ "friday_short": "Fri", "saturday_short": "Sat", "upstream_dns_cache_configuration": "Upstream DNS cache configuration", - "enable_upstream_dns_cache": "Enable DNS cache for this client's custom upstream configuration", - "dns_cache_size": "DNS cache size (in bytes)" + "enable_upstream_dns_cache": "Enable DNS caching for this client's custom upstream configuration", + "dns_cache_size": "DNS cache size, in bytes" }