sync & cleanup

This commit is contained in:
MichaelDvP
2023-11-08 15:27:17 +01:00
parent 5997dd1491
commit 5d0242b47c
6 changed files with 27 additions and 27 deletions

View File

@@ -137,7 +137,7 @@ const DashboardSensorsAnalogDialog = ({
<Grid item xs={4}>
<TextField
name="o"
label={LL.VALUE(1)}
label={LL.OFFSET()}
value={numberValue(editItem.o)}
fullWidth
type="number"
@@ -182,7 +182,7 @@ const DashboardSensorsAnalogDialog = ({
<Grid item xs={4}>
<TextField
name="o"
label={LL.VALUE(1)}
label={LL.VALUE(0)}
value={numberValue(editItem.o)}
fullWidth
type="number"