diff --git a/src/components/BackButton.astro b/src/components/BackButton.astro
index 0d981d1eec..0ea9782993 100644
--- a/src/components/BackButton.astro
+++ b/src/components/BackButton.astro
@@ -2,6 +2,10 @@
import IconChevronLeft from "@/assets/icons/IconChevronLeft.svg";
import LinkButton from "./LinkButton.astro";
import { SITE } from "@/config";
+import { getLang, useTranslations } from "../i18n/utils";
+
+const lang = getLang();
+const t = useTranslations(lang);
---
{
@@ -13,7 +17,7 @@ import { SITE } from "@/config";
class="focus-outline -ms-2 mt-8 mb-2 hover:text-foreground/75"
>