From af7c2e3a9d840249a8d77727b354f5d2f6e35000 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Tue, 29 Apr 2025 14:59:39 +0300 Subject: [PATCH] Pull request 2403: 7790-fix-cache-label Closes #7790. Squashed commit of the following: commit 9e871bcd8b0dfefbad41cd4e9893f918c9a4b090 Author: Ainar Garipov Date: Tue Apr 29 14:48:58 2025 +0300 client: fix cache label --- 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 67c9f55f..e8e17250 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -656,7 +656,7 @@ "blocklist": "Blocklist", "milliseconds_abbreviation": "ms", "cache_size": "Cache size", - "cache_size_desc": "DNS cache size (in bytes). To disable caching, leave empty.", + "cache_size_desc": "DNS cache size (in bytes). To disable caching, set to 0.", "cache_ttl_min_override": "Override minimum TTL", "cache_ttl_max_override": "Override maximum TTL", "enter_cache_size": "Enter cache size (bytes)",