diff --git a/quartz/components/renderPage.tsx b/quartz/components/renderPage.tsx index fa8305d74..1ed05a704 100644 --- a/quartz/components/renderPage.tsx +++ b/quartz/components/renderPage.tsx @@ -104,7 +104,9 @@ export function renderPage( type: "element", tagName: "a", properties: { href: inner.properties?.href, class: ["internal"] }, - children: [{ type: "text", value: `Link to original` }], + children: [ + { type: "text", value: i18n(cfg.locale).components.transcludes.linkToOriginal }, + ], }, ] }