Use common state for "Error" in fronius (#143284)

This commit is contained in:
Norbert Rittel 2025-04-19 23:06:44 +02:00 committed by GitHub
parent 012f6b660c
commit ec55f716e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -184,7 +184,7 @@
"running": "Running",
"standby": "[%key:common::state::standby%]",
"bootloading": "Bootloading",
"error": "Error",
"error": "[%key:common::state::error%]",
"idle": "[%key:common::state::idle%]",
"ready": "Ready",
"sleeping": "Sleeping"