feat: X-Achse auf deutsches Datumsformat umgestellt (dd.MM)

This commit is contained in:
ISA
2025-04-02 07:23:24 +02:00
parent 611fd34fce
commit 60eba4aa01
3 changed files with 17 additions and 10 deletions

View File

@@ -130,7 +130,7 @@ const LoopChartActionBar: React.FC = () => {
{/* Slot Nummer links positioniert */}
<div className="flex items-center">
<label className="text-sm font-semibold">
Slot-Nr.: {slotNumber ?? "-"}
Slot {slotNumber ?? "-"}
</label>
</div>