We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4adb04 + 8063914 commit 30601acCopy full SHA for 30601ac
src/components/Footer.tsx
@@ -352,7 +352,7 @@ const Footer = ({ lastDeployLocaleTimestamp }: FooterProps) => {
352
isSecondary
353
onClick={() => scrollIntoView("__next")}
354
>
355
- Go to top
+ {t("go-to-top")}
356
</Button>
357
</Flex>
358
src/intl/en/common.json
@@ -112,6 +112,7 @@
112
"get-eth": "Get ETH",
113
"get-involved": "Get involved",
114
"get-started": "Get started",
115
+ "go-to-top": "Go to top",
116
"grant-programs": "Ecosystem Grant Programs",
117
"grants": "Grants",
118
"guides": "Guides",
0 commit comments