diff --git a/src/pages/token/RewardsPage.tsx b/src/pages/token/RewardsPage.tsx
index bbf6e4935..035562943 100644
--- a/src/pages/token/RewardsPage.tsx
+++ b/src/pages/token/RewardsPage.tsx
@@ -100,15 +100,13 @@ const RewardsPage = () => {
content: ,
label: (
- RWA Trading Competition
+ RWA Trading Competition{weekLabel ? ` / ${weekLabel}` : ''}
{hasEnded ? (
{stringGetter({ key: STRING_KEYS.ENDED })}
) : endingSoon ? (
{daysRemaining} {daysRemaining === 1 ? 'day' : 'days'} left
- ) : weekLabel ? (
- {weekLabel}
) : null}
),
diff --git a/src/pages/token/RwaCompetitionPanel.tsx b/src/pages/token/RwaCompetitionPanel.tsx
index 8a4558401..0a29b421c 100644
--- a/src/pages/token/RwaCompetitionPanel.tsx
+++ b/src/pages/token/RwaCompetitionPanel.tsx
@@ -80,6 +80,12 @@ export const RwaCompetitionPanel = () => {
Leaderboard updates multiple times daily
+
+
+ Starting on April 14th, winners of each week can claim rewards and check eligibility
+ here. Rewards are distributed within 30 days of a valid claim and must be claimed
+ within 30 days after the trading competition ends.
+
{!hasEnded && (