From 1d138f07737895aaf2cdda920f6e93115779de49 Mon Sep 17 00:00:00 2001 From: epenet <6771947+epenet@users.noreply.github.com> Date: Thu, 1 Oct 2020 13:38:59 +0200 Subject: [PATCH] Use common string in TPLink config flow (#40958) --- homeassistant/components/tplink/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/tplink/strings.json b/homeassistant/components/tplink/strings.json index cbb89653607..a10c44b9252 100644 --- a/homeassistant/components/tplink/strings.json +++ b/homeassistant/components/tplink/strings.json @@ -6,8 +6,8 @@ } }, "abort": { - "single_instance_allowed": "Only a single configuration is necessary.", - "no_devices_found": "No TP-Link devices found on the network." + "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]", + "no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]" } } }