From 00f292766374479b2fd61ead3a235ab37483c509 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Wed, 11 Aug 2021 14:20:02 +0300 Subject: [PATCH] Pull request: client: imp en i18n Merge in DNS/adguard-home from imp-i18n to master Squashed commit of the following: commit ad7de346cddd14502e7144c9b689f610357158fd Author: Ainar Garipov Date: Wed Aug 11 13:34:47 2021 +0300 client: imp en i18n --- 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 65be68a8..e8d4a9b2 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -597,7 +597,7 @@ "cache_ttl_min_override_desc": "Extend short time-to-live values (seconds) received from the upstream server when caching DNS responses", "cache_ttl_max_override_desc": "Set a maximum time-to-live value (seconds) for entries in the DNS cache", "ttl_cache_validation": "Minimum cache TTL value must be less than or equal to the maximum value", - "cache_optimistic": "Optimistic", + "cache_optimistic": "Optimistic caching", "cache_optimistic_desc": "Make AdGuard Home respond from the cache even when the entries are expired and also try to refresh them.", "filter_category_general": "General", "filter_category_security": "Security",