From 529601eb821d27623ae5e978c12e2d20542983f0 Mon Sep 17 00:00:00 2001 From: Jason Madigan Date: Sat, 3 Oct 2020 13:44:38 +0100 Subject: [PATCH] Use reference strings in izone (#41125) --- homeassistant/components/izone/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/izone/strings.json b/homeassistant/components/izone/strings.json index 9772bd4c93c..7d1e8f1d476 100644 --- a/homeassistant/components/izone/strings.json +++ b/homeassistant/components/izone/strings.json @@ -6,8 +6,8 @@ } }, "abort": { - "single_instance_allowed": "Only a single configuration of iZone is necessary.", - "no_devices_found": "No iZone 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%]" } } }