diff --git a/project/frontend/src/components/KPIForm.tsx b/project/frontend/src/components/KPIForm.tsx index 666ecd2..f58d88d 100644 --- a/project/frontend/src/components/KPIForm.tsx +++ b/project/frontend/src/components/KPIForm.tsx @@ -208,7 +208,7 @@ export function KPIForm({ mode, initialData, onSave, onCancel, loading = false, updateField('name', e.target.value)} sx={{ mb: 2 }} @@ -306,7 +306,7 @@ export function KPIForm({ mode, initialData, onSave, onCancel, loading = false, fullWidth multiline label={`Beispielsatz ${idx + 1}`} - placeholder="z. B. Die IRR beträgt 7,8 %" + placeholder="z.B. Die IRR beträgt 7,8 %" value={ex.sentence} onChange={(e) => updateExample(idx, 'sentence', e.target.value)} required @@ -316,7 +316,7 @@ export function KPIForm({ mode, initialData, onSave, onCancel, loading = false, updateExample(idx, 'value', e.target.value)} required