From 1e5031b359d94e16c38bc382dddb6a17569ff734 Mon Sep 17 00:00:00 2001 From: Melvin Blokhuijzen Date: Thu, 1 Oct 2020 19:07:02 +0200 Subject: [PATCH] Replace references in august strings.json --- 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 254e81469841f..024b633e45636 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": {