Fixing casing mistakes in user-facing strings of renault (#138729)

- use sentence-casing for strings
- use uppercase for "ID"
This commit is contained in:
Norbert Rittel 2025-02-18 12:06:10 +01:00 committed by GitHub
parent e660096801
commit 350b935fa7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
"data_description": {
"kamereon_account_id": "The Kamereon account ID associated with your vehicle"
},
"title": "Kamereon Account ID",
"title": "Kamereon account ID",
"description": "You have multiple Kamereon accounts associated to this email, please select one"
},
"reauth_confirm": {
@ -228,10 +228,10 @@
},
"exceptions": {
"invalid_device_id": {
"message": "No device with id {device_id} was found"
"message": "No device with ID {device_id} was found"
},
"no_config_entry_for_device": {
"message": "No loaded config entry was found for device with id {device_id}"
"message": "No loaded config entry was found for device with ID {device_id}"
}
}
}