From 31b55028d5acff438c35fabb9bee40823d536a6c Mon Sep 17 00:00:00 2001 From: ArtemBaskal Date: Tue, 7 Apr 2020 18:07:07 +0300 Subject: [PATCH] - client: Change blocked domains phrase translation --- 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 17ebac91..5bfa2920 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -358,7 +358,7 @@ "access_allowed_desc": "A list of CIDR or IP addresses. If configured, AdGuard Home will accept requests from these IP addresses only.", "access_disallowed_title": "Disallowed clients", "access_disallowed_desc": "A list of CIDR or IP addresses. If configured, AdGuard Home will drop requests from these IP addresses.", - "access_blocked_title": "Blocked domains", + "access_blocked_title": "Disallowed domains", "access_blocked_desc": "Don't confuse this with filters. AdGuard Home will drop DNS queries with these domains in query's question. Here you can specify the exact domain names, wildcards and urlfilter-rules, e.g. 'example.org', '*.example.org' or '||example.org^'.", "access_settings_saved": "Access settings successfully saved", "updates_checked": "Updates successfully checked",