From e0d14603f1bfaa30e39b517fe86c5057cb1bf8af Mon Sep 17 00:00:00 2001
From: Melvin <melvin@blokhuijzen.nl>
Date: Thu, 1 Oct 2020 15:33:44 +0200
Subject: [PATCH] Replace strings in atag component (#40935)

---
 homeassistant/components/atag/strings.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/homeassistant/components/atag/strings.json b/homeassistant/components/atag/strings.json
index 85e22c10c1b..22d70921420 100644
--- a/homeassistant/components/atag/strings.json
+++ b/homeassistant/components/atag/strings.json
@@ -6,14 +6,14 @@
         "title": "Connect to the device",
         "data": {
           "host": "[%key:common::config_flow::data::host%]",
-          "email": "Email (Optional)",
+          "email": "[%key:common::config_flow::data::email%]",
           "port": "[%key:common::config_flow::data::port%]"
         }
       }
     },
     "error": {
       "unauthorized": "Pairing denied, check device for auth request",
-      "connection_error": "Failed to connect, please try again"
+      "connection_error": "[%key:common::config_flow::error::cannot_connect%]"
     },
     "abort": {
       "already_configured": "This device has already been added to HomeAssistant"
-- 
GitLab