Replace "Invalid API key" with common string in overseerr (#145689)

Replace "Invalid API key" with common string
This commit is contained in:
Norbert Rittel
2025-05-27 09:56:16 +02:00
committed by GitHub
parent 11c6998bf2
commit 2e94730491

View File

@@ -78,7 +78,7 @@
"message": "Error connecting to the Overseerr instance: {error}" "message": "Error connecting to the Overseerr instance: {error}"
}, },
"auth_error": { "auth_error": {
"message": "Invalid API key." "message": "[%key:common::config_flow::error::invalid_api_key%]"
}, },
"not_loaded": { "not_loaded": {
"message": "{target} is not loaded." "message": "{target} is not loaded."