Use common state for "Error" in peblar (#143273)

This commit is contained in:
Norbert Rittel
2025-04-21 20:24:02 +02:00
committed by GitHub
parent 7030000348
commit 80f34620c8
+1 -1
View File
@@ -108,7 +108,7 @@
"name": "State",
"state": {
"charging": "[%key:common::state::charging%]",
"error": "Error",
"error": "[%key:common::state::error%]",
"fault": "Fault",
"invalid": "Invalid",
"no_ev_connected": "No EV connected",