diff --git a/src/components/supply/ReminderDetailDrawer.tsx b/src/components/supply/ReminderDetailDrawer.tsx
index 2c72ba4..6b4614b 100644
--- a/src/components/supply/ReminderDetailDrawer.tsx
+++ b/src/components/supply/ReminderDetailDrawer.tsx
@@ -226,9 +226,9 @@ export function ReminderDetailDrawer() {
- {/* 5. Schattenmarkt */}
+ {/* 5. Pre-Market */}
- }>Schattenmarkt-Risiko
+ }>Pre-Market Risiko
}
label={
- Schattenmarkt aktiviert
+ Pre-Market aktiviert
}
/>
diff --git a/src/components/supply/ReminderFilterBar.tsx b/src/components/supply/ReminderFilterBar.tsx
index dbd4974..4415280 100644
--- a/src/components/supply/ReminderFilterBar.tsx
+++ b/src/components/supply/ReminderFilterBar.tsx
@@ -11,7 +11,7 @@ const TYPE_LABELS: Record = {
INSPECTION: 'Inspektion',
INSURANCE_RENEWAL: 'Versicherung',
MAINTENANCE: 'Unterhalt',
- SCHATTENMARKT_RELEASE: 'Schattenmarkt',
+ SCHATTENMARKT_RELEASE: 'Pre-Market',
CUSTOM: 'Individuell',
}
diff --git a/src/components/supply/ReminderKpiBar.tsx b/src/components/supply/ReminderKpiBar.tsx
index 7e5093f..2602ea2 100644
--- a/src/components/supply/ReminderKpiBar.tsx
+++ b/src/components/supply/ReminderKpiBar.tsx
@@ -86,7 +86,7 @@ export function ReminderKpiBar() {
/>
}
- label="Schattenmarkt-Risiko"
+ label="Pre-Market Risiko"
value={insights.schattenmarktReadyCount}
color="#be185d"
/>
diff --git a/src/components/supply/ReminderTypeBadge.tsx b/src/components/supply/ReminderTypeBadge.tsx
index 3d8a796..5fcbe03 100644
--- a/src/components/supply/ReminderTypeBadge.tsx
+++ b/src/components/supply/ReminderTypeBadge.tsx
@@ -19,7 +19,7 @@ const CONFIG: Record = {
VERIFIED_PORTFOLIO: 'Portfolio',
EXTERNAL_MARKET: 'Direktinserat',
MAISON_WORK: 'Maison Work',
- FUTURE_AVAILABILITY: 'Schattenmarkt',
+ FUTURE_AVAILABILITY: 'Future Availability',
}
const RESULT_TYPE_COLOR: Record = {