From 030dd7d4765478c9f4bd1b7efd88cb693c7f168a Mon Sep 17 00:00:00 2001 From: Spartan-II-117 Date: Sat, 3 Oct 2020 06:12:17 -0700 Subject: [PATCH] Use common strings for Google Cast config flow (#41086) --- homeassistant/components/cast/strings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/cast/strings.json b/homeassistant/components/cast/strings.json index aed62243f31..ad8f0f41ae7 100644 --- a/homeassistant/components/cast/strings.json +++ b/homeassistant/components/cast/strings.json @@ -2,12 +2,12 @@ "config": { "step": { "confirm": { - "description": "Do you want to set up Google Cast?" + "description": "[%key:common::config_flow::description::confirm_setup%]" } }, "abort": { - "single_instance_allowed": "Only a single configuration of Google Cast is necessary.", - "no_devices_found": "No Google Cast 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%]" } } }