diff --git a/front/src/config/i18n/de.json b/front/src/config/i18n/de.json index fbd3a47952..736fa4f5f8 100644 --- a/front/src/config/i18n/de.json +++ b/front/src/config/i18n/de.json @@ -2606,7 +2606,7 @@ } }, "siren": { - "volume": { + "lmh_volume": { "low": "Niedrig", "medium": "Mittel", "high": "Hoch" @@ -2806,7 +2806,7 @@ "siren": { "shortCategoryName": "Sirene", "binary": "Sirene", - "volume": "Lautstärke der Sirene", + "lmh_volume": "Lautstärke der Sirene", "melody": "Melodie" }, "cube": { diff --git a/front/src/config/i18n/en.json b/front/src/config/i18n/en.json index ba58fb0010..c973f2f9ae 100644 --- a/front/src/config/i18n/en.json +++ b/front/src/config/i18n/en.json @@ -2606,7 +2606,7 @@ } }, "siren": { - "volume": { + "lmh_volume": { "low": "Low", "medium": "Medium", "high": "High" @@ -2806,7 +2806,7 @@ "siren": { "shortCategoryName": "Siren", "binary": "Siren", - "volume": "Siren volume", + "lmh_volume": "Siren volume", "melody": "Melody" }, "cube": { diff --git a/front/src/config/i18n/fr.json b/front/src/config/i18n/fr.json index ed24107e51..05d2a47160 100644 --- a/front/src/config/i18n/fr.json +++ b/front/src/config/i18n/fr.json @@ -2606,7 +2606,7 @@ } }, "siren": { - "volume": { + "lmh_volume": { "low": "Faible", "medium": "Moyen", "high": "Fort" @@ -2806,7 +2806,7 @@ "siren": { "shortCategoryName": "Sirène", "binary": "Sirène On/Off", - "volume": "Volume de la sirène", + "lmh_volume": "Volume de la sirène", "melody": "Mélodie" }, "cube": { diff --git a/server/utils/constants.js b/server/utils/constants.js index b6357880d7..39056f570d 100644 --- a/server/utils/constants.js +++ b/server/utils/constants.js @@ -504,7 +504,7 @@ const DEVICE_FEATURE_TYPES = { }, SIREN: { BINARY: 'binary', - LMH_VOLUME: 'volume', + LMH_VOLUME: 'lmh_volume', MELODY: 'melody', }, CHILD_LOCK: {