diff --git a/src/ui/DApps/IslandView.tsx b/src/ui/DApps/IslandView.tsx
index 3f897010..68cd0e38 100644
--- a/src/ui/DApps/IslandView.tsx
+++ b/src/ui/DApps/IslandView.tsx
@@ -42,7 +42,7 @@ export default function IslandView() {
onClose={() => setBetaEndModalVisible(false)}
>
Thanks for participating in our Beta, we hope you had fun and see you
- in Season 1. You can still claim your XP until Jan 15 2024.
+ in Season 1. You can still claim your XP until Jan 28 2024.
)}
diff --git a/src/ui/Island/RealmPanel/RealmDetailsPanel/RealmDetailsRewards.tsx b/src/ui/Island/RealmPanel/RealmDetailsPanel/RealmDetailsRewards.tsx
index 37261546..83c47835 100644
--- a/src/ui/Island/RealmPanel/RealmDetailsPanel/RealmDetailsRewards.tsx
+++ b/src/ui/Island/RealmPanel/RealmDetailsPanel/RealmDetailsRewards.tsx
@@ -101,7 +101,7 @@ function RealmDetailsRewards({
{process.env.IS_BETA_CLOSED === "true" && (
- Claiming will be live till Jan 15 2024
+ Claiming will be live till Jan 28 2024
)}
diff --git a/src/ui/Island/RealmPanel/RealmPanelCountdown.tsx b/src/ui/Island/RealmPanel/RealmPanelCountdown.tsx
index 8b2bc62e..ed7aa1a3 100644
--- a/src/ui/Island/RealmPanel/RealmPanelCountdown.tsx
+++ b/src/ui/Island/RealmPanel/RealmPanelCountdown.tsx
@@ -45,7 +45,7 @@ export default function RealmPanelCountdown() {
{process.env.IS_BETA_CLOSED === "true"
- ? "Beta is over, claim XP till Jan 15 2024"
+ ? "Beta is over, claim XP till Jan 28 2024"
: timeRemaining}