From cb99969845b77097c1b3f5f350ef04b54be70394 Mon Sep 17 00:00:00 2001 From: Milan Meulemans Date: Tue, 2 Mar 2021 01:34:39 +0100 Subject: [PATCH] Fix typo in plaato strings (#47245) --- homeassistant/components/plaato/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/plaato/strings.json b/homeassistant/components/plaato/strings.json index 852ecc88dde..85bc39a8d83 100644 --- a/homeassistant/components/plaato/strings.json +++ b/homeassistant/components/plaato/strings.json @@ -23,7 +23,7 @@ } }, "error": { - "invalid_webhook_device": "You have selected a device that doesn't not support sending data to a webhook. It is only available for the Airlock", + "invalid_webhook_device": "You have selected a device that does not support sending data to a webhook. It is only available for the Airlock", "no_auth_token": "You need to add an auth token", "no_api_method": "You need to add an auth token or select webhook" },