From bc6eb94c0db65705f0b2a37eed5c6e92b250b2a1 Mon Sep 17 00:00:00 2001
From: Norbert Rittel <norbert@rittel.de>
Date: Thu, 13 Mar 2025 15:36:12 +0100
Subject: [PATCH] Fix sentence-casing and spelling of "ID" in `system_bridge`
 integration (#140516)

---
 homeassistant/components/system_bridge/strings.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/homeassistant/components/system_bridge/strings.json b/homeassistant/components/system_bridge/strings.json
index ef7495ef74f..1c079c1ef0c 100644
--- a/homeassistant/components/system_bridge/strings.json
+++ b/homeassistant/components/system_bridge/strings.json
@@ -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."
     }
   },
-- 
GitLab