Replace "Charging" state in renault with common string (#141787)

This commit is contained in:
Norbert Rittel 2025-03-30 10:16:42 +02:00 committed by GitHub
parent 7fbf15edc9
commit 29219afb7f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,7 +118,7 @@
"charge_ended": "Charge ended",
"waiting_for_current_charge": "Waiting for current charge",
"energy_flap_opened": "Energy flap opened",
"charge_in_progress": "Charging",
"charge_in_progress": "[%key:common::state::charging%]",
"charge_error": "Not charging or plugged in",
"unavailable": "Unavailable"
}