diff --git a/homeassistant/components/tplink/strings.json b/homeassistant/components/tplink/strings.json index cbb896536072a9dfef5a80b2203434f0d4a6e0e8..a10c44b925262c842ec02f6650728c255f0ccfd4 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%]" } } }