Skip to content

Commit 8a9d3e2

Browse files
authored
Merge pull request #15452 from ethereum/intl-to-top
fix: intl strings for go/back to top
2 parents ddedb41 + cd8c362 commit 8a9d3e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ const Footer = ({ lastDeployLocaleTimestamp }: FooterProps) => {
318318
isSecondary
319319
onClick={() => scrollIntoView("body")}
320320
>
321-
<IoChevronUpSharp /> Go to top
321+
<IoChevronUpSharp /> <Translation id="go-to-top" />
322322
</Button>
323323
</div>
324324

src/layouts/Docs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const H4 = (props: HTMLAttributes<HTMLHeadingElement>) => (
6767
const BackToTop = (props: ChildOnlyProp) => (
6868
<div className="display-none mt-12 flex border-t pt-8" {...props}>
6969
<InlineLink href="#top">
70-
<Translation id="back-to-top" />
70+
<Translation id="page-developers-docs:back-to-top" />
7171
</InlineLink>
7272
</div>
7373
)

0 commit comments

Comments
 (0)