diff --git a/src/content/products/kleiner-teddy.json b/src/content/products/kleiner-teddy.json
index bed2281..8bb6ba2 100644
--- a/src/content/products/kleiner-teddy.json
+++ b/src/content/products/kleiner-teddy.json
@@ -2,9 +2,9 @@
"bilder": [],
"name": {
"de": "Kleiner Teddy",
- "en": "Large Teddy",
- "ch": "Grosse Teddy",
- "fr": "Grand ours en peluche"
+ "en": "Small Teddy",
+ "ch": "Chliine Teddy",
+ "fr": "Petit ours en peluche"
},
"beschreibung": {
"de": "Unser handgemachter kleiner Teddy — als Dankeschön-Prämie im Abo-System kostenlos einlösbar, sobald du den passenden Meilenstein erreicht hast.",
diff --git a/src/pages/ch/konto/angemeldet.astro b/src/pages/ch/konto/angemeldet.astro
index 14bd253..a7534d3 100644
--- a/src/pages/ch/konto/angemeldet.astro
+++ b/src/pages/ch/konto/angemeldet.astro
@@ -5,7 +5,7 @@ import { products, getProduct } from "../../../data/products";
import type { Locale } from "../../../i18n/config";
import { useTranslations } from "../../../i18n/ui";
import { formatPrice } from "../../../i18n/format";
-import { ABO_STUFEN, aboStufenKonfig, aboStufeName, aboStufeVorteil, type AboStufe } from "../../../data/abo";
+import { ABO_STUFEN, aboStufenKonfig, aboStufeName, aboStufeVorteil, aboEinstellungen, type AboStufe } from "../../../data/abo";
import { TREUE_ZIEL, TREUE_RABATT_PROZENT } from "../../../scripts/account";
const lang: Locale = "ch";
@@ -613,7 +613,7 @@ const angekommeneBestellungen = beispielBestellungen.filter((b) => b.status ===
-