From ebc8ca8419c534795afff15f2d184d3d14176b2e Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Sun, 15 Dec 2024 12:10:54 +0100 Subject: [PATCH] Replace "this" with "a" to fix Install Update action description (#133210) --- homeassistant/components/update/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/update/strings.json b/homeassistant/components/update/strings.json index eb6db257bb2..5194965cf69 100644 --- a/homeassistant/components/update/strings.json +++ b/homeassistant/components/update/strings.json @@ -56,7 +56,7 @@ "services": { "install": { "name": "Install update", - "description": "Installs an update for this device or service.", + "description": "Installs an update for a device or service.", "fields": { "version": { "name": "Version", @@ -64,7 +64,7 @@ }, "backup": { "name": "Backup", - "description": "If supported by the integration, this creates a backup before starting the update ." + "description": "If supported by the integration, this creates a backup before starting the update." } } },