From 9c9b9e8227238bbe46de40a369e9d8920a91855a Mon Sep 17 00:00:00 2001 From: scheric <38077357+scheric@users.noreply.github.com> Date: Sun, 11 Oct 2020 09:58:54 +0200 Subject: [PATCH] =?UTF-8?q?Use=20common=20strings=20in=20M=C3=A9t=C3=A9o-F?= =?UTF-8?q?rance=20(#41610)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * insert feadback * more feadback --- homeassistant/components/meteo_france/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/meteo_france/strings.json b/homeassistant/components/meteo_france/strings.json index 4deb17d01e6..9cb68a0ca73 100644 --- a/homeassistant/components/meteo_france/strings.json +++ b/homeassistant/components/meteo_france/strings.json @@ -20,7 +20,7 @@ "empty": "No result in city search: please check the city field" }, "abort": { - "already_configured": "City already configured", + "already_configured": "[%key:common::config_flow::abort::already_configured_location%]", "unknown": "[%key:common::config_flow::error::unknown%]" } },