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 Paulus Schoutsen
parent b9884f72c3
commit bbb03d6731

View File

@ -27,7 +27,7 @@
}, },
"error": { "error": {
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]", "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." "invalid_host": "The provided URL is not a valid host."
} }
}, },