Skip to content

Commit 30601ac

Browse files
authored
Merge pull request #13373 from ethereum/setupTranslationBackToTop
Setup "Go to top" button for translation
2 parents e4adb04 + 8063914 commit 30601ac

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ const Footer = ({ lastDeployLocaleTimestamp }: FooterProps) => {
352352
isSecondary
353353
onClick={() => scrollIntoView("__next")}
354354
>
355-
Go to top
355+
{t("go-to-top")}
356356
</Button>
357357
</Flex>
358358

src/intl/en/common.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
"get-eth": "Get ETH",
113113
"get-involved": "Get involved",
114114
"get-started": "Get started",
115+
"go-to-top": "Go to top",
115116
"grant-programs": "Ecosystem Grant Programs",
116117
"grants": "Grants",
117118
"guides": "Guides",

0 commit comments

Comments
 (0)