From 19361216dea8caa6dff267477561889ca0e5e3aa Mon Sep 17 00:00:00 2001 From: LJU Date: Wed, 1 Dec 2021 08:38:38 +0100 Subject: [PATCH] Fix key reference placeholder (#60681) Fix typo for placeholder invalid acces token --- homeassistant/components/nest/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/nest/strings.json b/homeassistant/components/nest/strings.json index 4dd3e5419b0..1d3dfda1708 100644 --- a/homeassistant/components/nest/strings.json +++ b/homeassistant/components/nest/strings.json @@ -53,7 +53,7 @@ "unknown_authorize_url_generation": "[%key:common::config_flow::abort::unknown_authorize_url_generation%]", "no_url_available": "[%key:common::config_flow::abort::oauth2_no_url_available%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", - "invalid_access_token": "[%key:common::config_flow::error::invalid_access_token]" + "invalid_access_token": "[%key:common::config_flow::error::invalid_access_token%]" }, "create_entry": { "default": "[%key:common::config_flow::create_entry::authenticated%]"