Kabelüberwachung: Anstatt Slot überall Steckplatz als Text verwenden

This commit is contained in:
ISA
2025-04-22 14:19:03 +02:00
parent f03b8ea6c8
commit b0c11160fc
4 changed files with 6 additions and 6 deletions

View File

@@ -130,7 +130,7 @@ const LoopChartActionBar: React.FC = () => {
const type = selectedSlotType === "schleifenwiderstand" ? 4 : 3;
if (slotNumber === null) {
alert("⚠️ Bitte zuerst einen Slot auswählen!");
alert("⚠️ Bitte zuerst einen Steckplatz auswählen!");
return;
}
@@ -189,7 +189,7 @@ const LoopChartActionBar: React.FC = () => {
<div className="flex justify-between items-center p-2 bg-gray-100 rounded-lg space-x-2">
<div className="flex items-center">
<label className="text-sm font-semibold">
Slot {slotNumber ?? "-"}
Steckplatz {slotNumber ?? "-"}
</label>
</div>