File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/Notifications/NotificationTypes/Worlds Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ const i18N = {
11
11
en : {
12
12
description : ( link : string ) : React . ReactNode => (
13
13
< >
14
- WORLDS access at risk in 24hs .{ ' ' }
14
+ WORLDS access at risk in 48hs .{ ' ' }
15
15
< a href = { link } className = "dcl notification-link" >
16
16
Rectify now
17
17
</ a > { ' ' }
@@ -23,7 +23,7 @@ const i18N = {
23
23
es : {
24
24
description : ( link : string ) : React . ReactNode => (
25
25
< >
26
- El acceso a tus Mundos sera restringido en 24 horas.{ ' ' }
26
+ El acceso a tus Mundos sera restringido en 48 horas.{ ' ' }
27
27
< a href = { link } className = "dcl notification-link" >
28
28
Rectifique ahora
29
29
</ a > { ' ' }
@@ -35,7 +35,7 @@ const i18N = {
35
35
zh : {
36
36
description : ( link : string ) : React . ReactNode => (
37
37
< >
38
- 世界接入在 24 小时内面临风险.{ ' ' }
38
+ 世界接入在 48 小时内面临风险.{ ' ' }
39
39
< a href = { link } className = "dcl notification-link" >
40
40
立即纠正
41
41
</ a >
You can’t perform that action at this time.
0 commit comments