diff --git a/src/components/AmplitudeAnalytics/constants.ts b/src/components/AmplitudeAnalytics/constants.ts
index 18c0969acd..04b79d1414 100644
--- a/src/components/AmplitudeAnalytics/constants.ts
+++ b/src/components/AmplitudeAnalytics/constants.ts
@@ -75,7 +75,7 @@ export enum SWAP_PRICE_UPDATE_USER_RESPONSE {
* Known pages in the app. Highest order context.
*/
export enum PageName {
- EXPLORE_PAGE = 'explore-page',
+ TOKENS_PAGE = 'tokens-page',
POOL_PAGE = 'pool-page',
SWAP_PAGE = 'swap-page',
VOTE_PAGE = 'vote-page',
diff --git a/src/components/Header/index.tsx b/src/components/Header/index.tsx
index 0eaa10e065..a4cb77499e 100644
--- a/src/components/Header/index.tsx
+++ b/src/components/Header/index.tsx
@@ -293,8 +293,8 @@ export default function Header() {
Swap
{exploreFlag === ExploreVariant.Enabled && (
-
- Explore
+
+ Tokens
)}
{exploreFlag === ExploreVariant.Enabled && (
<>
- } />
+ } />
} />
>
)}
diff --git a/src/pages/Explore/index.tsx b/src/pages/Explore/index.tsx
index ccbf7c0b0a..a6e2bc8002 100644
--- a/src/pages/Explore/index.tsx
+++ b/src/pages/Explore/index.tsx
@@ -68,7 +68,7 @@ const Explore = () => {
}, [location, resetFilterString])
return (
-
+
Explore Tokens