From a4b25112edf35ee83ed6af098dabb03b992f7320 Mon Sep 17 00:00:00 2001 From: scheric <38077357+scheric@users.noreply.github.com> Date: Sat, 3 Oct 2020 14:14:36 +0200 Subject: [PATCH] Update common Strings (#41131) --- homeassistant/components/shopping_list/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/shopping_list/strings.json b/homeassistant/components/shopping_list/strings.json index 8c17d683886..5b8197177a0 100644 --- a/homeassistant/components/shopping_list/strings.json +++ b/homeassistant/components/shopping_list/strings.json @@ -8,7 +8,7 @@ } }, "abort": { - "already_configured": "The shopping list is already configured." + "already_configured": "[%key:common::config_flow::abort::already_configured_service%]" } } }