fix: rename AGB to AVB in navigation and components for consistency
Some checks failed
🚀 Build & Deploy / 🔍 Prepare (push) Successful in 6s
🚀 Build & Deploy / 🧪 QA (push) Failing after 1m5s
🚀 Build & Deploy / 🚀 Deploy (push) Has been cancelled
🚀 Build & Deploy / 🧪 Post-Deploy Verification (push) Has been cancelled
🚀 Build & Deploy / 🔔 Notify (push) Has been cancelled
🚀 Build & Deploy / 🏗️ Build (push) Has been cancelled

This commit is contained in:
2026-04-21 19:21:47 +02:00
parent c9e48cd5a4
commit 9b9d4634dd
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ import { Download } from "lucide-react";
import fs from "fs";
import path from "path";
export default function AGB() {
export default function AVB() {
const filePath = path.join(process.cwd(), "context/avbs.md");
const fileContent = fs.readFileSync(filePath, "utf8");

View File

@@ -246,7 +246,7 @@ const Layout = ({ children }: { children: React.ReactNode }) => {
href="/agb"
className="hover:text-accent transition-colors"
>
{t("footer.agb")}
{t("footer.avb")}
</Link>
</nav>
</div>

View File

@@ -81,7 +81,7 @@
"legal": "Rechtliches",
"impressum": "Impressum",
"datenschutz": "Datenschutz",
"agb": "AVB",
"avb": "AVB",
"rights": "Alle Rechte vorbehalten.",
"madeWith": "Entwickelt mit",
"precision": "Präzision",