mirror of
https://github.com/home-assistant/core.git
synced 2025-07-12 07:47:08 +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}"
|
"message": "No data received from {host}"
|
||||||
},
|
},
|
||||||
"process_not_found": {
|
"process_not_found": {
|
||||||
"message": "Could not find process with id {id}."
|
"message": "Could not find process with ID {id}."
|
||||||
},
|
},
|
||||||
"timeout": {
|
"timeout": {
|
||||||
"message": "A timeout occurred for {title} ({host})"
|
"message": "A timeout occurred for {title} ({host})"
|
||||||
@ -120,7 +120,7 @@
|
|||||||
},
|
},
|
||||||
"issues": {
|
"issues": {
|
||||||
"unsupported_version": {
|
"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."
|
"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