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