mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 16:27:08 +00:00
Fixing casing mistakes in user-facing strings of renault (#138729)
- use sentence-casing for strings - use uppercase for "ID"
This commit is contained in:
parent
e660096801
commit
350b935fa7
@ -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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user