mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 16:48:31 +02:00
Add missing space
This commit is contained in:
parent
a84cb90203
commit
0f0fd8e8dd
1 changed files with 1 additions and 1 deletions
|
@ -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)."
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue