diff --git a/music/templates/privacy.html b/music/templates/privacy.html index e342c1c..53d3cef 100644 --- a/music/templates/privacy.html +++ b/music/templates/privacy.html @@ -36,7 +36,7 @@

Mixonomer also has Last.fm integrations, enabled by providing your username in the Mixonomer settings page. Mixonomer only uses publicly available Last.fm data, no authentication with Last.fm is required and removing the username from Mixonomer’s settings disables the integration.

-

Delete account functionality does not yet have a UI implementation, but there is API support, POST to /api/user to delete all user data.

+

Delete account functionality does not yet have a UI implementation, but there is API support, send a HTTP DELETE to /api/user to delete all user data.

{% endblock %}