Skip to content

Commit 3190b15

Browse files
fix: world access is restricted after 48 hours (not 24) (#541)
1 parent d1200a9 commit 3190b15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Notifications/NotificationTypes/Worlds/WorldsMissingResourcesNotification.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const i18N = {
1111
en: {
1212
description: (link: string): React.ReactNode => (
1313
<>
14-
WORLDS access at risk in 24hs.{' '}
14+
WORLDS access at risk in 48hs.{' '}
1515
<a href={link} className="dcl notification-link">
1616
Rectify now
1717
</a>{' '}
@@ -23,7 +23,7 @@ const i18N = {
2323
es: {
2424
description: (link: string): React.ReactNode => (
2525
<>
26-
El acceso a tus Mundos sera restringido en 24 horas.{' '}
26+
El acceso a tus Mundos sera restringido en 48 horas.{' '}
2727
<a href={link} className="dcl notification-link">
2828
Rectifique ahora
2929
</a>{' '}
@@ -35,7 +35,7 @@ const i18N = {
3535
zh: {
3636
description: (link: string): React.ReactNode => (
3737
<>
38-
世界接入在 24 小时内面临风险.{' '}
38+
世界接入在 48 小时内面临风险.{' '}
3939
<a href={link} className="dcl notification-link">
4040
立即纠正
4141
</a>

0 commit comments

Comments
 (0)