File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,8 @@ export const useHome = () => {
115
115
eventName : "dapps" ,
116
116
} ,
117
117
{
118
- label : "Build apps" ,
119
- description : "Put your idea on chain" ,
118
+ label : t ( "page-index:page-index-cta-build- apps-label" ) ,
119
+ description : t ( "page-index:page-index-cta-build-apps-description" ) ,
120
120
href : "/developers/" ,
121
121
Svg : ChooseNetworkIcon ,
122
122
className : "text-accent-b hover:text-accent-b-hover" ,
Original file line number Diff line number Diff line change 37
37
"page-index-cta-dapps-label" : " Try apps" ,
38
38
"page-index-cta-get-eth-description" : " The currency of Ethereum" ,
39
39
"page-index-cta-get-eth-label" : " Get ETH" ,
40
- "page-index-cta-networks-description" : " Enjoy minimal fees" ,
41
- "page-index-cta-networks-label" : " Choose a network" ,
40
+
42
41
"page-index-cta-wallet-description" : " Create accounts & manage assets" ,
43
42
"page-index-cta-wallet-label" : " Pick a wallet" ,
43
+ "page-index-cta-build-apps-description" : " Put your idea on chain" ,
44
+ "page-index-cta-build-apps-label" : " Build apps" ,
44
45
"page-index-description" : " The leading platform for innovative apps and blockchain networks" ,
45
46
"page-index-developers-code-example-description-0" : " Build a bank powered by logic you've programmed" ,
46
47
"page-index-developers-code-example-description-1" : " Create tokens that you can transfer and use across applications" ,
You can’t perform that action at this time.
0 commit comments