Skip to content

Commit

Permalink
fix: world access is restricted after 48 hours (not 24) (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
marianogoldman committed May 14, 2024
1 parent d1200a9 commit 3190b15
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const i18N = {
en: {
description: (link: string): React.ReactNode => (
<>
WORLDS access at risk in 24hs.{' '}
WORLDS access at risk in 48hs.{' '}
<a href={link} className="dcl notification-link">
Rectify now
</a>{' '}
Expand All @@ -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.{' '}
<a href={link} className="dcl notification-link">
Rectifique ahora
</a>{' '}
Expand All @@ -35,7 +35,7 @@ const i18N = {
zh: {
description: (link: string): React.ReactNode => (
<>
世界接入在 24 小时内面临风险.{' '}
世界接入在 48 小时内面临风险.{' '}
<a href={link} className="dcl notification-link">
立即纠正
</a>
Expand Down

0 comments on commit 3190b15

Please sign in to comment.