From 05796dcd51b0727e8a8289e959574612f17c06c5 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Sun, 11 May 2025 13:53:42 +0200 Subject: [PATCH] Fix grammar in description of `unifi.remove_clients` action (#144632) --- homeassistant/components/unifi/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/unifi/strings.json b/homeassistant/components/unifi/strings.json index 8f4f2b420a5..5b88055e62a 100644 --- a/homeassistant/components/unifi/strings.json +++ b/homeassistant/components/unifi/strings.json @@ -117,7 +117,7 @@ }, "remove_clients": { "name": "Remove clients from the UniFi Network", - "description": "Cleans up clients that has only been associated with the controller for a short period of time." + "description": "Cleans up clients that have only been associated with the controller for a short period of time." } } }