From ed867955f4ca76ed027765a22237bd762758f730 Mon Sep 17 00:00:00 2001 From: Jason Madigan Date: Sat, 3 Oct 2020 11:02:12 +0100 Subject: [PATCH] Use reference strings in sonos (#41122) --- homeassistant/components/sonos/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/sonos/strings.json b/homeassistant/components/sonos/strings.json index 22414453af9..12812d66692 100644 --- a/homeassistant/components/sonos/strings.json +++ b/homeassistant/components/sonos/strings.json @@ -6,8 +6,8 @@ } }, "abort": { - "single_instance_allowed": "Only a single configuration of Sonos is necessary.", - "no_devices_found": "No Sonos 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%]" } } }