Skip to content
Snippets Groups Projects
Commit 0f0fd8e8 authored by Christian Paul's avatar Christian Paul
Browse files

Add missing space

parent a84cb902
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ class APIAutenticationRequired(types.BooleanPreference): ...@@ -11,7 +11,7 @@ class APIAutenticationRequired(types.BooleanPreference):
verbose_name = "API Requires authentication" verbose_name = "API Requires authentication"
default = True default = True
help_text = ( 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 " "and access music data (as well as other data exposed in the API "
"without specific permissions)." "without specific permissions)."
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment