Die Doppelpunkte : fehlen noch bei TDR

Text im Button "Speichern" bei TDR
This commit is contained in:
ISA
2025-05-06 12:23:55 +02:00
parent a9552dbbc2
commit 9c44fa0a49
2 changed files with 5 additions and 5 deletions

View File

@@ -188,7 +188,7 @@ export default function TdrEinstellung({ slot, onClose }: Props) {
<div className="mt-6 mb-4">
<div className="mb-4 grid grid-cols-3 items-center gap-2 w-full">
<label className="">TDR Dämpfung</label>
<label className="">TDR Dämpfung:</label>
<div className="flex items-center gap-2">
<input
type="number"
@@ -204,7 +204,7 @@ export default function TdrEinstellung({ slot, onClose }: Props) {
</div>
</div>
<div className="mb-4 grid grid-cols-3 items-center gap-2 w-full">
<label className="">Geschwindigkeit</label>
<label className="">Geschwindigkeit:</label>
<div className="flex items-center gap-2">
<input
type="number"
@@ -221,7 +221,7 @@ export default function TdrEinstellung({ slot, onClose }: Props) {
</div>
<div className="mb-4 grid grid-cols-3 items-center gap-2 w-full">
<label className="">Trigger</label>
<label className="">Trigger:</label>
<input
type="number"
className="w-24 border rounded p-1 mr-2 text-right"
@@ -240,7 +240,7 @@ export default function TdrEinstellung({ slot, onClose }: Props) {
onClick={handleSave}
className="bg-littwin-blue text-white px-4 py-2 rounded flex items-center"
>
Einstellungen senden
Speichern
</button>
</div>
</div>