From 2e94730491914a15be9dd2c6f99b8c329b006e64 Mon Sep 17 00:00:00 2001 From: Norbert Rittel Date: Tue, 27 May 2025 09:56:16 +0200 Subject: [PATCH] Replace "Invalid API key" with common string in `overseerr` (#145689) Replace "Invalid API key" with common string --- homeassistant/components/overseerr/strings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/overseerr/strings.json b/homeassistant/components/overseerr/strings.json index ce8b9fe9fec..e738ee629cf 100644 --- a/homeassistant/components/overseerr/strings.json +++ b/homeassistant/components/overseerr/strings.json @@ -78,7 +78,7 @@ "message": "Error connecting to the Overseerr instance: {error}" }, "auth_error": { - "message": "Invalid API key." + "message": "[%key:common::config_flow::error::invalid_api_key%]" }, "not_loaded": { "message": "{target} is not loaded."