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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."