Fix sentence-casing and spelling of "ID" in system_bridge integration (#140516)

This commit is contained in:
Norbert Rittel 2025-03-13 15:36:12 +01:00 committed by GitHub
parent 5526585eeb
commit bc6eb94c0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."
}
},