From 17c6838b7fc64a76bbdb6ec918f7b536d6e31118 Mon Sep 17 00:00:00 2001
From: Melvin <melvin@blokhuijzen.nl>
Date: Thu, 1 Oct 2020 20:13:50 +0200
Subject: [PATCH] Replace references in august strings.json (#40993)

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

diff --git a/homeassistant/components/august/strings.json b/homeassistant/components/august/strings.json
index 254e8146984..024b633e456 100644
--- a/homeassistant/components/august/strings.json
+++ b/homeassistant/components/august/strings.json
@@ -1,12 +1,12 @@
 {
   "config": {
     "error": {
-      "unknown": "Unexpected error",
-      "cannot_connect": "Failed to connect, please try again",
-      "invalid_auth": "Invalid authentication"
+      "unknown": "[%key:common::config_flow::error::unknown%]",
+      "cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
+      "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
     },
     "abort": {
-      "already_configured": "Account is already configured",
+      "already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
       "reauth_successful": "Re-authentication was successful"
     },
     "step": {
-- 
GitLab