From 39c4999d2d3d78eb6a1de4fc29d464767965043e Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Wed, 22 Dec 2021 18:14:28 +0300 Subject: [PATCH] Pull request: client: imp en i18n Merge in DNS/adguard-home from en-i18n-safe-browsing to master Squashed commit of the following: commit dd32a58c3761818a10386b4a1d9e6871da59c71e Author: Ainar Garipov Date: Wed Dec 22 17:31:35 2021 +0300 client: imp en i18n --- client/src/__locales/en.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/client/src/__locales/en.json b/client/src/__locales/en.json index edf63255..86711e23 100644 --- a/client/src/__locales/en.json +++ b/client/src/__locales/en.json @@ -163,8 +163,8 @@ "apply_btn": "Apply", "disabled_filtering_toast": "Disabled filtering", "enabled_filtering_toast": "Enabled filtering", - "disabled_safe_browsing_toast": "Disabled safebrowsing", - "enabled_safe_browsing_toast": "Enabled safebrowsing", + "disabled_safe_browsing_toast": "Disabled Safe Browsing", + "enabled_safe_browsing_toast": "Enabled Safe Browsing", "disabled_parental_toast": "Disabled parental control", "enabled_parental_toast": "Enabled parental control", "disabled_safe_search_toast": "Disabled safe search", @@ -587,8 +587,8 @@ "show_blocked_responses": "Blocked", "show_whitelisted_responses": "Allowed", "show_processed_responses": "Processed", - "blocked_safebrowsing": "Blocked by Safebrowsing", - "blocked_adult_websites": "Blocked Adult Websites", + "blocked_safebrowsing": "Blocked by Safe Browsing", + "blocked_adult_websites": "Blocked by Parental Control", "blocked_threats": "Blocked Threats", "allowed": "Allowed", "filtered": "Filtered", @@ -625,7 +625,7 @@ "last_rule_in_allowlist": "Cannot disallow this client because excluding the rule \"{{disallowed_rule}}\" will DISABLE \"Allowed clients\" list.", "experimental": "Experimental", "use_saved_key": "Use the previously saved key", - "parental_control": "Parental control", - "safe_browsing": "Safe browsing", + "parental_control": "Parental Control", + "safe_browsing": "Safe Browsing", "served_from_cache": "{{value}} (served from cache)" }