Replace "Stopped" with common state in matter (#141768)

This commit is contained in:
Norbert Rittel 2025-03-30 08:42:48 +02:00 committed by GitHub
parent 92034aeecc
commit 02aa823d25
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -258,7 +258,7 @@
"operational_state": {
"name": "Operational state",
"state": {
"stopped": "Stopped",
"stopped": "[%key:common::state::stopped%]",
"running": "Running",
"paused": "[%key:common::state::paused%]",
"error": "Error",