diff --git a/homeassistant/components/wemo/strings.json b/homeassistant/components/wemo/strings.json index fe8cc10a74c..f7c6329b1af 100644 --- a/homeassistant/components/wemo/strings.json +++ b/homeassistant/components/wemo/strings.json @@ -6,8 +6,8 @@ } }, "abort": { - "single_instance_allowed": "Only a single configuration of Wemo is possible.", - "no_devices_found": "No Wemo 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%]" } } }