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:
Joost Lekkerkerker 2025-01-31 21:29:31 +01:00 committed by GitHub
parent 7103ea7e8f
commit d51e72cd95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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