From e1ef4f33f38eaa464c27af988718c1beb1481d0a Mon Sep 17 00:00:00 2001 From: Manuel Brandstetter Date: Mon, 8 Jan 2024 13:44:20 +0100 Subject: [PATCH] Changes --- src/pages/[lang]/legal-notice.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/[lang]/legal-notice.astro b/src/pages/[lang]/legal-notice.astro index 6463fe7..dbe7727 100644 --- a/src/pages/[lang]/legal-notice.astro +++ b/src/pages/[lang]/legal-notice.astro @@ -5,7 +5,7 @@ import getTranslatedContent from "@utils/directus.ts"; import "./Legal.scss"; const {lang} = Astro.params; -const content = await getTranslatedContent("Impressum", lang!); +const content = await getTranslatedContent("Legal_Notice", lang!); export const getStaticPaths = (() => { return [ @@ -16,5 +16,5 @@ export const getStaticPaths = (() => { --- -
+