mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 20:55:10 +02:00
Update Overseerr string to mention CSRF (#137001)
* Update Overseerr string to mention CSRF * Update homeassistant/components/overseerr/strings.json * Update homeassistant/components/overseerr/strings.json --------- Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
committed by
GitHub
parent
7103ea7e8f
commit
d51e72cd95
@@ -27,7 +27,7 @@
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
||||
"invalid_auth": "Authentication failed. Your API key is invalid or CSRF protection is turned on, preventing authentication.",
|
||||
"invalid_host": "The provided URL is not a valid host."
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user