{__('You just earned your first reward!')}
-{__("This reward will show in your Wallet in the top right momentarily (if it hasn't already).")}
+{__("This reward will show in your Wallet in the top left momentarily (if it hasn't already).")}
{__(
'These credits are used to compensate creators, to publish your own content, and to have say in how the network works.'
diff --git a/src/ui/page/discover/view.jsx b/src/ui/page/discover/view.jsx
index 6c87ea846..c51756bf1 100644
--- a/src/ui/page/discover/view.jsx
+++ b/src/ui/page/discover/view.jsx
@@ -1,4 +1,5 @@
// @flow
+import * as PAGES from 'constants/pages';
import React from 'react';
import ClaimListDiscover from 'component/claimListDiscover';
import TagsSelect from 'component/tagsSelect';
@@ -17,7 +18,7 @@ function DiscoverPage(props: Props) {