Skip to content

Commit cd8c362

Browse files
committed
fix: intl strings for go/back to top
1 parent 249b15c commit cd8c362

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("__next")}
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)