mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
fix name
This commit is contained in:
@@ -146,7 +146,7 @@ const SensorsAnalogDialog = ({
|
|||||||
|
|
||||||
const dialogTitle = useMemo(
|
const dialogTitle = useMemo(
|
||||||
() =>
|
() =>
|
||||||
`${creating ? LL.ADD(1) + ' ' + LL.NEW(0) : LL.EDIT()} ${LL.ANALOG_SENSOR(0)}`,
|
`${creating ? LL.ADD(1) + ' ' + LL.NEW(0) : LL.EDIT()} ${LL.ANALOG_SENSOR(0)}`,
|
||||||
[creating, LL]
|
[creating, LL]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user