From aefe83b1a3208c63af2d5e1b90d73f9c6de88580 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Thu, 24 Apr 2025 16:54:41 +0200 Subject: [PATCH] Use common string for "cannot_connect" in `imgw_pib` (#143574) --- homeassistant/components/imgw_pib/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/imgw_pib/strings.json b/homeassistant/components/imgw_pib/strings.json index 33cd3cb3917..9b7f132da6f 100644 --- a/homeassistant/components/imgw_pib/strings.json +++ b/homeassistant/components/imgw_pib/strings.json @@ -16,7 +16,7 @@ }, "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_service%]", - "cannot_connect": "Failed to connect" + "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]" } }, "entity": {