Use common state for "Error" in vacuum (#143265)

This commit is contained in:
Norbert Rittel 2025-04-19 20:22:04 +02:00 committed by GitHub
parent f42b137c1b
commit 99e1245c9b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@
"state": {
"cleaning": "Cleaning",
"docked": "Docked",
"error": "Error",
"error": "[%key:common::state::error%]",
"idle": "[%key:common::state::idle%]",
"off": "[%key:common::state::off%]",
"on": "[%key:common::state::on%]",