Use common state for "Normal" in matter (#142452)

This commit is contained in:
Norbert Rittel
2025-04-07 09:54:57 +02:00
committed by GitHub
parent 1e104ba40b
commit 43f93c74da

View File

@@ -222,7 +222,7 @@
"name": "Number of rinses",
"state": {
"off": "[%key:common::state::off%]",
"normal": "Normal",
"normal": "[%key:common::state::normal%]",
"extra": "Extra",
"max": "Max"
}
@@ -238,7 +238,7 @@
"contamination_state": {
"name": "Contamination state",
"state": {
"normal": "Normal",
"normal": "[%key:common::state::normal%]",
"low": "[%key:common::state::low%]",
"warning": "Warning",
"critical": "Critical"