From b8d868efe4f4bc4e47a9db9a2492fd00f17e2276 Mon Sep 17 00:00:00 2001
From: ArtemBaskal <a.baskal@adguard.com>
Date: Tue, 7 Apr 2020 12:19:14 +0300
Subject: [PATCH] Fix translations

---
 client/src/__locales/en.json | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/client/src/__locales/en.json b/client/src/__locales/en.json
index 461e0a19..2004987f 100644
--- a/client/src/__locales/en.json
+++ b/client/src/__locales/en.json
@@ -140,7 +140,7 @@
     "add_allowlist": "Add allowlist",
     "cancel_btn": "Cancel",
     "enter_name_hint": "Enter name",
-    "enter_url_or_path_hint": "Enter URL or absolute path of the list",
+    "enter_url_or_path_hint": "Enter a URL or an absolute path of the list",
     "check_updates_btn": "Check for updates",
     "new_blocklist": "New blocklist",
     "new_allowlist": "New allowlist",
@@ -148,8 +148,8 @@
     "edit_allowlist": "Edit allowlist",
     "enter_valid_blocklist": "Enter a valid URL to the blocklist.",
     "enter_valid_allowlist": "Enter a valid URL to the allowlist.",
-    "form_error_url_format": "Invalid url format",
-    "form_error_url_or_path_format": "Invalid url or absolute path of the list",
+    "form_error_url_format": "Invalid URL format",
+    "form_error_url_or_path_format": "Invalid URL or absolute path of the list",
     "custom_filter_rules": "Custom filtering rules",
     "custom_filter_rules_hint": "Enter one rule on a line. You can use either adblock rules or hosts files syntax.",
     "examples_title": "Examples",