mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Replace "Invalid API key" with common string in overseerr
(#145689)
Replace "Invalid API key" with common string
This commit is contained in:
parent
11c6998bf2
commit
2e94730491
@ -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."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user