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.
1 parent 787c54c commit 8063914Copy full SHA for 8063914
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
@@ -111,6 +111,7 @@
111
"get-eth": "Get ETH",
112
"get-involved": "Get involved",
113
"get-started": "Get started",
114
+ "go-to-top": "Go to top",
115
"grant-programs": "Ecosystem Grant Programs",
116
"grants": "Grants",
117
"guides": "Guides",
0 commit comments