Skip to content

Commit 86d0df1

Browse files
committed
fix translations
1 parent a7ddc57 commit 86d0df1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/components/BeaconChainActions.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ const BeaconChainActions = () => {
2121

2222
const datapoints: CardListItem[] = [
2323
{
24-
title: t("consensus-beaconscan-title"),
24+
title: t("page-upgrades:consensus-beaconscan-title"),
2525
image: beaconscan,
2626
alt: "",
2727
link: "https://beaconscan.com",
28-
description: t("consensus-beaconscan-desc"),
28+
description: t("page-upgrades:consensus-beaconscan-desc"),
2929
},
3030
{
31-
title: t("consensus-beaconscan-in-title"),
31+
title: t("page-upgrades:consensus-beaconscan-in-title"),
3232
image: beaconchain,
3333
alt: "",
3434
link: "https://beaconcha.in",
35-
description: t("consensus-beaconcha-in-desc"),
35+
description: t("page-upgrades:consensus-beaconcha-in-desc"),
3636
},
3737
]
3838

@@ -64,24 +64,24 @@ const BeaconChainActions = () => {
6464
me={{ base: 0, md: 4 }}
6565
mb={{ base: 8, md: 0 }}
6666
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")}
6969
>
7070
<ButtonLink className="mb-3" href="https://launchpad.ethereum.org">
7171
<Translation id="get-started" />
7272
</ButtonLink>
7373
<ButtonLink variant="outline" href="/staking/">
74-
<Translation id="page-upgrades-index-staking-learn" />
74+
<Translation id="page-upgrades-index:page-upgrades-index-staking-learn" />
7575
</ButtonLink>
7676
</Card>
7777
</Flex>
7878
<H3>
79-
<Translation id="consensus-explore" />
79+
<Translation id="page-upgrades:consensus-explore" />
8080
</H3>
8181

8282
<CardList items={datapoints} />
8383
<H3>
84-
<Translation id="read-more" />
84+
<Translation id="page-upgrades:read-more" />
8585
</H3>
8686
<CardList items={reads} />
8787
</div>

0 commit comments

Comments
 (0)