From 3e9b410b7caa93f4e302498a0fcfaf13bd0ab6ff Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Mon, 13 Jan 2025 20:56:10 +0100 Subject: [PATCH] Fix grammar issue in 'invalid_auth' string (#135546) Remove that wrong comma and add a "that" to clarify the meaning of the error message. --- homeassistant/components/discovergy/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/discovergy/strings.json b/homeassistant/components/discovergy/strings.json index f4b155b4b1b..0058f874a36 100644 --- a/homeassistant/components/discovergy/strings.json +++ b/homeassistant/components/discovergy/strings.json @@ -19,7 +19,7 @@ }, "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_account%]", - "account_mismatch": "The inexogy account authenticated with, does not match the account needed re-authentication.", + "account_mismatch": "The inexogy account authenticated with does not match the account that needed re-authentication.", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" } },