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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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