diff --git a/api/funkwhale_api/common/dynamic_preferences_registry.py b/api/funkwhale_api/common/dynamic_preferences_registry.py index 6d15fcd8f3fc22aeb66d3a710ec49a5f74e6a95f..4733d3a18203de2a39e1301be9e81ddfa0e77468 100644 --- a/api/funkwhale_api/common/dynamic_preferences_registry.py +++ b/api/funkwhale_api/common/dynamic_preferences_registry.py @@ -11,7 +11,7 @@ class APIAutenticationRequired(types.BooleanPreference): verbose_name = "API Requires authentication" default = True help_text = ( - "If disabled, anonymous users will be able to query the API" + "If disabled, anonymous users will be able to query the API " "and access music data (as well as other data exposed in the API " "without specific permissions)." )