From 22a0b57fb5a01e771ec95f95735405ad457edd20 Mon Sep 17 00:00:00 2001 From: tronikos Date: Fri, 9 Dec 2022 17:21:12 +0000 Subject: [PATCH] Remove duplicate object key in strings.json --- homeassistant/components/google_sheets/strings.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/homeassistant/components/google_sheets/strings.json b/homeassistant/components/google_sheets/strings.json index 33230038cdf..602301758f8 100644 --- a/homeassistant/components/google_sheets/strings.json +++ b/homeassistant/components/google_sheets/strings.json @@ -4,10 +4,6 @@ "pick_implementation": { "title": "[%key:common::config_flow::title::oauth2_pick_implementation%]" }, - "reauth_confirm": { - "title": "[%key:common::config_flow::title::reauth%]", - "description": "The Google Sheets integration needs to re-authenticate your account" - }, "auth": { "title": "Link Google Account" },