This commit is contained in:
proddy
2025-11-04 01:00:17 +01:00
parent 4083478b65
commit d2f665ab70

View File

@@ -146,7 +146,7 @@ const SensorsAnalogDialog = ({
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]
);