mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 14:27:07 +00:00
Fix sentence-casing and spelling of "ID" in system_bridge
integration (#140516)
This commit is contained in:
parent
5526585eeb
commit
bc6eb94c0d
@ -109,7 +109,7 @@
|
||||
"message": "No data received from {host}"
|
||||
},
|
||||
"process_not_found": {
|
||||
"message": "Could not find process with id {id}."
|
||||
"message": "Could not find process with ID {id}."
|
||||
},
|
||||
"timeout": {
|
||||
"message": "A timeout occurred for {title} ({host})"
|
||||
@ -120,7 +120,7 @@
|
||||
},
|
||||
"issues": {
|
||||
"unsupported_version": {
|
||||
"title": "System Bridge Upgrade Required",
|
||||
"title": "System Bridge upgrade required",
|
||||
"description": "Your version of System Bridge for host {host} is not supported.\n\nPlease upgrade to the latest version."
|
||||
}
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user