From 3190b1525919871d3a14883292af743c2df54aa4 Mon Sep 17 00:00:00 2001 From: Mariano Goldman Date: Tue, 14 May 2024 13:18:06 -0300 Subject: [PATCH] fix: world access is restricted after 48 hours (not 24) (#541) --- .../Worlds/WorldsMissingResourcesNotification.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.tsx b/src/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.tsx index e0f77ca2..b9232ad2 100644 --- a/src/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.tsx +++ b/src/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.tsx @@ -11,7 +11,7 @@ const i18N = { en: { description: (link: string): React.ReactNode => ( <> - WORLDS access at risk in 24hs.{' '} + WORLDS access at risk in 48hs.{' '} Rectify now {' '} @@ -23,7 +23,7 @@ const i18N = { es: { description: (link: string): React.ReactNode => ( <> - El acceso a tus Mundos sera restringido en 24 horas.{' '} + El acceso a tus Mundos sera restringido en 48 horas.{' '} Rectifique ahora {' '} @@ -35,7 +35,7 @@ const i18N = { zh: { description: (link: string): React.ReactNode => ( <> - 世界接入在 24 小时内面临风险.{' '} + 世界接入在 48 小时内面临风险.{' '} 立即纠正