Skip to content

Commit 44bd44b

Browse files
committed
correct keys
1 parent c021d9b commit 44bd44b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/layer-2/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const Layer2Hub = ({
8989
heroImg: HeroImage,
9090
buttons: [
9191
{
92-
content: t("nav-networks-explore-networks-label"),
92+
content: t("common:nav-networks-explore-networks-label"),
9393
href: "/layer-2/networks",
9494
matomo: {
9595
eventCategory: "l2_hub",
@@ -469,7 +469,7 @@ const Layer2Hub = ({
469469
eventName: "mid_l2_learn",
470470
}}
471471
>
472-
{t("learn-more")}
472+
{t("common:learn-more")}
473473
</ButtonLink>
474474
</div>
475475
</div>
@@ -555,7 +555,7 @@ const Layer2Hub = ({
555555
eventName: "bottom_explore_networks",
556556
}}
557557
>
558-
{t("nav-networks-explore-networks-label")}
558+
{t("common:nav-networks-explore-networks-label")}
559559
</ButtonLink>
560560
</div>
561561
</Callout>
@@ -574,7 +574,7 @@ const Layer2Hub = ({
574574
eventName: "bottom_l2_learn",
575575
}}
576576
>
577-
{t("learn-more")}
577+
{t("common:learn-more")}
578578
</ButtonLink>
579579
</div>
580580
</Callout>

0 commit comments

Comments
 (0)