Compare commits

...

2 Commits

Author SHA1 Message Date
f989e0604f 2.3.21
All checks were successful
Build & Deploy / 🔍 Prepare (push) Successful in 6s
Build & Deploy / 🧪 QA (push) Successful in 1m18s
Build & Deploy / 🏗️ Build (push) Successful in 3m57s
Build & Deploy / 🚀 Deploy (push) Successful in 14s
Build & Deploy / 🧪 Post-Deploy Verification (push) Successful in 6m9s
Build & Deploy / 🔔 Notify (push) Successful in 4s
2026-04-21 19:19:08 +02:00
4a2d094cbd fix(i18n): update navigation term from AGB to AVB 2026-04-21 19:19:06 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@
"legalNoticeSlug": "impressum", "legalNoticeSlug": "impressum",
"privacyPolicy": "Datenschutz", "privacyPolicy": "Datenschutz",
"privacyPolicySlug": "datenschutz", "privacyPolicySlug": "datenschutz",
"terms": "AGB", "terms": "AVB",
"termsSlug": "terms", "termsSlug": "terms",
"products": "Produkte", "products": "Produkte",
"lowVoltage": "Niederspannungskabel", "lowVoltage": "Niederspannungskabel",

View File

@@ -139,7 +139,7 @@
"prepare": "husky", "prepare": "husky",
"preinstall": "npx only-allow pnpm" "preinstall": "npx only-allow pnpm"
}, },
"version": "2.3.20", "version": "2.3.21",
"pnpm": { "pnpm": {
"onlyBuiltDependencies": [ "onlyBuiltDependencies": [
"@parcel/watcher", "@parcel/watcher",