mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 08:05:06 +02: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:
@@ -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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user