From f62cadf32c31c807b490d3ec578264b7d52cc10d Mon Sep 17 00:00:00 2001 From: Jason Madigan Date: Thu, 14 Oct 2021 07:54:16 +0100 Subject: [PATCH] Use reference strings in soma (#57564) --- homeassistant/components/soma/strings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/soma/strings.json b/homeassistant/components/soma/strings.json index a31b404dad7..7181698db40 100644 --- a/homeassistant/components/soma/strings.json +++ b/homeassistant/components/soma/strings.json @@ -1,14 +1,14 @@ { "config": { "abort": { - "already_setup": "You can only configure one Soma account.", - "authorize_url_timeout": "Timeout generating authorize URL.", + "already_setup": "[%key:common::config_flow::abort::single_instance_allowed%]", + "authorize_url_timeout": "[%key:common::config_flow::abort::oauth2_authorize_url_timeout%]", "missing_configuration": "The Soma component is not configured. Please follow the documentation.", "result_error": "SOMA Connect responded with error status.", - "connection_error": "Failed to connect to SOMA Connect." + "connection_error": "[%key:common::config_flow::error::cannot_connect%]" }, "create_entry": { - "default": "Successfully authenticated with Soma." + "default": "[%key:common::config_flow::create_entry::authenticated%]" }, "step": { "user": {