From 0d523d7116b07ff7817990ee39608d2044e1edd3 Mon Sep 17 00:00:00 2001 From: Maciej Bieniek <bieniu@users.noreply.github.com> Date: Thu, 1 Oct 2020 13:02:53 +0200 Subject: [PATCH] Use translation references for Brother config flow (#40953) --- homeassistant/components/brother/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/brother/strings.json b/homeassistant/components/brother/strings.json index 264992a7eae..4faa177a379 100644 --- a/homeassistant/components/brother/strings.json +++ b/homeassistant/components/brother/strings.json @@ -19,12 +19,12 @@ }, "error": { "wrong_host": "Invalid hostname or IP address.", - "connection_error": "Connection error.", + "connection_error": "[%key:common::config_flow::error::cannot_connect%]", "snmp_error": "SNMP server turned off or printer not supported." }, "abort": { "unsupported_model": "This printer model is not supported.", - "already_configured": "This printer is already configured." + "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" } } } \ No newline at end of file -- GitLab