Use common state for "Error" in matter (#143268)

This commit is contained in:
Norbert Rittel 2025-04-20 09:56:12 +02:00 committed by GitHub
parent eb852cec43
commit e1ba2a8ca2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -270,7 +270,7 @@
"stopped": "[%key:common::state::stopped%]",
"running": "Running",
"paused": "[%key:common::state::paused%]",
"error": "Error",
"error": "[%key:common::state::error%]",
"seeking_charger": "Seeking charger",
"charging": "[%key:common::state::charging%]",
"docked": "Docked"