Skip to content

Commit 742d3f6

Browse files
committed
tranlation strings
1 parent eaff4de commit 742d3f6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

src/components/Homepage/useHome.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ export const useHome = () => {
115115
eventName: "dapps",
116116
},
117117
{
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"),
120120
href: "/developers/",
121121
Svg: ChooseNetworkIcon,
122122
className: "text-accent-b hover:text-accent-b-hover",

src/intl/en/page-index.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,11 @@
3737
"page-index-cta-dapps-label": "Try apps",
3838
"page-index-cta-get-eth-description": "The currency of Ethereum",
3939
"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+
4241
"page-index-cta-wallet-description": "Create accounts & manage assets",
4342
"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",
4445
"page-index-description": "The leading platform for innovative apps and blockchain networks",
4546
"page-index-developers-code-example-description-0": "Build a bank powered by logic you've programmed",
4647
"page-index-developers-code-example-description-1": "Create tokens that you can transfer and use across applications",

0 commit comments

Comments
 (0)