File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ const Layer2Hub = ({
89
89
heroImg : HeroImage ,
90
90
buttons : [
91
91
{
92
- content : t ( "nav-networks-explore-networks-label" ) ,
92
+ content : t ( "common: nav-networks-explore-networks-label" ) ,
93
93
href : "/layer-2/networks" ,
94
94
matomo : {
95
95
eventCategory : "l2_hub" ,
@@ -469,7 +469,7 @@ const Layer2Hub = ({
469
469
eventName : "mid_l2_learn" ,
470
470
} }
471
471
>
472
- { t ( "learn-more" ) }
472
+ { t ( "common: learn-more" ) }
473
473
</ ButtonLink >
474
474
</ div >
475
475
</ div >
@@ -555,7 +555,7 @@ const Layer2Hub = ({
555
555
eventName : "bottom_explore_networks" ,
556
556
} }
557
557
>
558
- { t ( "nav-networks-explore-networks-label" ) }
558
+ { t ( "common: nav-networks-explore-networks-label" ) }
559
559
</ ButtonLink >
560
560
</ div >
561
561
</ Callout >
@@ -574,7 +574,7 @@ const Layer2Hub = ({
574
574
eventName : "bottom_l2_learn" ,
575
575
} }
576
576
>
577
- { t ( "learn-more" ) }
577
+ { t ( "common: learn-more" ) }
578
578
</ ButtonLink >
579
579
</ div >
580
580
</ Callout >
You can’t perform that action at this time.
0 commit comments