Die Doppelpunkte : fehlen noch bei TDR
Text im Button "Speichern" bei TDR
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -6,5 +6,5 @@
|
||||
2: Patch oder Hotfix (Bugfixes oder kleine Änderungen).
|
||||
|
||||
*/
|
||||
const webVersion = "1.6.368";
|
||||
const webVersion = "1.6.369";
|
||||
export default webVersion;
|
||||
|
||||
Reference in New Issue
Block a user