From d0a1a6cba5ca765418106dffeccb3f5ced89cb58 Mon Sep 17 00:00:00 2001 From: SNoof85 Date: Sat, 3 Oct 2020 14:11:25 +0200 Subject: [PATCH] Update strings.json (#41051) --- homeassistant/components/cert_expiry/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/cert_expiry/strings.json b/homeassistant/components/cert_expiry/strings.json index fb14e90d586..bb50f1ee88b 100644 --- a/homeassistant/components/cert_expiry/strings.json +++ b/homeassistant/components/cert_expiry/strings.json @@ -17,8 +17,8 @@ "connection_refused": "Connection refused when connecting to host" }, "abort": { - "already_configured": "This host and port combination is already configured", + "already_configured": "[%key:common::config_flow::abort::already_configured_service%]", "import_failed": "Import from config failed" } } -} \ No newline at end of file +}