From 86d0df1e349b6c0c257d4a19507f8cb5cf0e8580 Mon Sep 17 00:00:00 2001 From: Pablo Pettinari Date: Mon, 30 Sep 2024 10:38:23 +0200 Subject: [PATCH] fix translations --- src/components/BeaconChainActions.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/BeaconChainActions.tsx b/src/components/BeaconChainActions.tsx index f12785053ac..05277f79dfe 100644 --- a/src/components/BeaconChainActions.tsx +++ b/src/components/BeaconChainActions.tsx @@ -21,18 +21,18 @@ const BeaconChainActions = () => { const datapoints: CardListItem[] = [ { - title: t("consensus-beaconscan-title"), + title: t("page-upgrades:consensus-beaconscan-title"), image: beaconscan, alt: "", link: "https://beaconscan.com", - description: t("consensus-beaconscan-desc"), + description: t("page-upgrades:consensus-beaconscan-desc"), }, { - title: t("consensus-beaconscan-in-title"), + title: t("page-upgrades:consensus-beaconscan-in-title"), image: beaconchain, alt: "", link: "https://beaconcha.in", - description: t("consensus-beaconcha-in-desc"), + description: t("page-upgrades:consensus-beaconcha-in-desc"), }, ] @@ -64,24 +64,24 @@ const BeaconChainActions = () => { me={{ base: 0, md: 4 }} mb={{ base: 8, md: 0 }} emoji=":money_with_wings:" - title={t("consensus-become-staker")} - description={t("consensus-become-staker-desc")} + title={t("page-upgrades:consensus-become-staker")} + description={t("page-upgrades:consensus-become-staker-desc")} > - +

- +

- +