File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ const StablecoinsTable = ({
100
100
{ url && (
101
101
< Td textAlign = "end" >
102
102
< ButtonLink to = { url } size = "sm" >
103
- Go to { name }
103
+ { t ( 'page-stablecoins-go-to' ) } { name }
104
104
</ ButtonLink >
105
105
</ Td >
106
106
) }
Original file line number Diff line number Diff line change 134
134
"layer-2-ecosystem-portal" : " Ecosystem Portal" ,
135
135
"layer-2-token-lists" : " Token Lists" ,
136
136
"layer-2-explore" : " Explore" ,
137
- "page-dapps-ready-button" : " Go"
137
+ "page-dapps-ready-button" : " Go" ,
138
+ "layer-2-information" : " Information" ,
139
+ "layer-2-wallet-managers" : " Wallet managers"
138
140
}
Original file line number Diff line number Diff line change 163
163
"makerdao-logo" : " MakerDao logo" ,
164
164
"matcha-logo" : " Matcha logo" ,
165
165
"summerfi-logo" : " Summer.fi logo" ,
166
- "uniswap-logo" : " Uniswap logo"
166
+ "uniswap-logo" : " Uniswap logo" ,
167
+ "page-stablecoins-go-to" : " Go to"
167
168
}
Original file line number Diff line number Diff line change @@ -615,14 +615,14 @@ const Layer2Page = () => {
615
615
< TwoColumnContent >
616
616
< Box flex = "50%" >
617
617
< ProductList
618
- category = "Information"
618
+ category = { t ( 'layer-2-information' ) }
619
619
content = { toolsData . information }
620
620
actionLabel = { t ( "page-dapps-ready-button" ) }
621
621
/>
622
622
</ Box >
623
623
< Box flex = "50%" >
624
624
< ProductList
625
- category = "Wallet managers"
625
+ category = { t ( 'layer-2-wallet- managers' ) }
626
626
content = { toolsData . walletManagers }
627
627
actionLabel = { t ( "page-dapps-ready-button" ) }
628
628
/>
You can’t perform that action at this time.
0 commit comments