From 72cbdbbe36f99909f4f2e0ead0f9c2268a4eec81 Mon Sep 17 00:00:00 2001 From: SNoof85 Date: Mon, 5 Oct 2020 21:54:43 +0200 Subject: [PATCH] Update strings.json (#41293) --- homeassistant/components/local_ip/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/local_ip/strings.json b/homeassistant/components/local_ip/strings.json index 2c571be1a0a..1859223e657 100644 --- a/homeassistant/components/local_ip/strings.json +++ b/homeassistant/components/local_ip/strings.json @@ -10,7 +10,7 @@ } }, "abort": { - "single_instance_allowed": "Only a single configuration of Local IP is allowed." + "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]" } } }