From 0eb8951aed07f18f641a8061ccb5602292314be7 Mon Sep 17 00:00:00 2001 From: Milan Meulemans Date: Wed, 24 Feb 2021 19:29:53 +0100 Subject: [PATCH] Remove recursive key reference (#46999) --- homeassistant/components/syncthru/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/syncthru/strings.json b/homeassistant/components/syncthru/strings.json index 0164fdf6ddc..67f50e84a98 100644 --- a/homeassistant/components/syncthru/strings.json +++ b/homeassistant/components/syncthru/strings.json @@ -12,7 +12,7 @@ "step": { "confirm": { "data": { - "name": "[%key:component::syncthru::config::step::user::data::name%]", + "name": "[%key:common::config_flow::data::name%]", "url": "[%key:component::syncthru::config::step::user::data::url%]" } },