From 0a190980e9d1bec8cbe40f1d6054193e9370a87e Mon Sep 17 00:00:00 2001 From: Stanislav Slavov Date: Fri, 15 May 2020 15:27:33 +0300 Subject: [PATCH] Removed url status titles until the text content is figured out --- src/locales/en.json | 6 +++--- src/locales/zh.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/locales/en.json b/src/locales/en.json index 7bb58f82b..ec099c087 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -484,9 +484,9 @@ "NoResultsMsg": "There are no results found" }, "UrlStatus": { - "verifiedTitle": "Verified website, tips can be claimed", - "notverifiedTitle": "We can't guarantee the owner will receive the tip on this site", - "blacklisted": "Blacklisted website, the owner will not be able to claim the tip" + "verifiedTitle": "", + "notverifiedTitle": "", + "blacklisted": "" } } } diff --git a/src/locales/zh.json b/src/locales/zh.json index e73b02d80..cd2813480 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -552,9 +552,9 @@ "NoResultsMsg": "There are no results found" }, "UrlStatus": { - "verifiedTitle": "Verified website, tips can be claimed", - "notverifiedTitle": "We can't guarantee the owner will receive the tip on this site", - "blacklisted": "Blacklisted website, the owner will not be able to claim the tip" + "verifiedTitle": "", + "notverifiedTitle": "", + "blacklisted": "" } } }