mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Replace "Invalid API key" with common string in overseerr
(#145689)
Replace "Invalid API key" with common string
This commit is contained in:
@@ -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."
|
||||||
|
Reference in New Issue
Block a user