Skip to content

Commit d24bb80

Browse files
authored
Merge pull request #588 from shibomb/fix/example-related-references-title
Fix: The “Related Reference” section title of the example pages for i18n
2 parents a4bd3b5 + 2872925 commit d24bb80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/ExampleLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ const { Content } = await example.render();
7070
{
7171
relatedReferences.length > 0 ? (
7272
<RelatedItems
73-
title={t("Related Reference") as string}
73+
title={t("Related References") as string}
7474
items={relatedReferences}
7575
/>
7676
) : null

0 commit comments

Comments
 (0)