From f382754830d9c75cd40be41393b55075d6f2c073 Mon Sep 17 00:00:00 2001 From: scheric <38077357+scheric@users.noreply.github.com> Date: Sun, 11 Oct 2020 14:32:06 +0200 Subject: [PATCH] Use common strings in iOS config flow (#41644) --- homeassistant/components/ios/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/ios/strings.json b/homeassistant/components/ios/strings.json index b09bd4a777f..2b486cc0c04 100644 --- a/homeassistant/components/ios/strings.json +++ b/homeassistant/components/ios/strings.json @@ -2,11 +2,11 @@ "config": { "step": { "confirm": { - "description": "Do you want to set up the Home Assistant iOS component?" + "description": "[%key:common::config_flow::description::confirm_setup%]" } }, "abort": { - "single_instance_allowed": "Only a single configuration of Home Assistant iOS is necessary." + "single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]" } } }