From 875198b2237ba4853990ccf84ad3319476a7fcf3 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Thu, 5 Dec 2019 13:35:59 -0500 Subject: [PATCH] i18n feedback --- ui/component/claimListDiscover/view.jsx | 33 +++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/ui/component/claimListDiscover/view.jsx b/ui/component/claimListDiscover/view.jsx index a7d37d997..a39148f4b 100644 --- a/ui/component/claimListDiscover/view.jsx +++ b/ui/component/claimListDiscover/view.jsx @@ -148,6 +148,39 @@ function ClaimListDiscover(props: Props) { ); +<<<<<<< HEAD +======= + const noTags = ( +<<<<<<< HEAD +

+ , + }} + > + You're not following any tags. Add tags above or smash that %customize% button! + +

+======= +
+

+ , + }} + > + You're not following any tags. Add tags above or smash that %customize% button! + +

+
+>>>>>>> i18n feedback + ); + + const noFollowing = + (personalSort === SEARCH_SORT_YOU && noTags) || (personalSort === SEARCH_SORT_CHANNELS && noChannels); + const emptyState = !loading && !hasContent ? noFollowing : noResults; + +>>>>>>> i18n feedback function getSearch() { let search = `?`; if (!personalView) {