@@ -21,18 +21,18 @@ const BeaconChainActions = () => {
21
21
22
22
const datapoints : CardListItem [ ] = [
23
23
{
24
- title : t ( "consensus-beaconscan-title" ) ,
24
+ title : t ( "page-upgrades: consensus-beaconscan-title" ) ,
25
25
image : beaconscan ,
26
26
alt : "" ,
27
27
link : "https://beaconscan.com" ,
28
- description : t ( "consensus-beaconscan-desc" ) ,
28
+ description : t ( "page-upgrades: consensus-beaconscan-desc" ) ,
29
29
} ,
30
30
{
31
- title : t ( "consensus-beaconscan-in-title" ) ,
31
+ title : t ( "page-upgrades: consensus-beaconscan-in-title" ) ,
32
32
image : beaconchain ,
33
33
alt : "" ,
34
34
link : "https://beaconcha.in" ,
35
- description : t ( "consensus-beaconcha-in-desc" ) ,
35
+ description : t ( "page-upgrades: consensus-beaconcha-in-desc" ) ,
36
36
} ,
37
37
]
38
38
@@ -64,24 +64,24 @@ const BeaconChainActions = () => {
64
64
me = { { base : 0 , md : 4 } }
65
65
mb = { { base : 8 , md : 0 } }
66
66
emoji = ":money_with_wings:"
67
- title = { t ( "consensus-become-staker" ) }
68
- description = { t ( "consensus-become-staker-desc" ) }
67
+ title = { t ( "page-upgrades: consensus-become-staker" ) }
68
+ description = { t ( "page-upgrades: consensus-become-staker-desc" ) }
69
69
>
70
70
< ButtonLink className = "mb-3" href = "https://launchpad.ethereum.org" >
71
71
< Translation id = "get-started" />
72
72
</ ButtonLink >
73
73
< ButtonLink variant = "outline" href = "/staking/" >
74
- < Translation id = "page-upgrades-index-staking-learn" />
74
+ < Translation id = "page-upgrades-index:page-upgrades-index -staking-learn" />
75
75
</ ButtonLink >
76
76
</ Card >
77
77
</ Flex >
78
78
< H3 >
79
- < Translation id = "consensus-explore" />
79
+ < Translation id = "page-upgrades: consensus-explore" />
80
80
</ H3 >
81
81
82
82
< CardList items = { datapoints } />
83
83
< H3 >
84
- < Translation id = "read-more" />
84
+ < Translation id = "page-upgrades: read-more" />
85
85
</ H3 >
86
86
< CardList items = { reads } />
87
87
</ div >
0 commit comments