Add missing space

environments/review-docs-devel-1399dq/deployments/6607
Christian Paul 2021-01-30 17:00:04 +01:00
rodzic a84cb90203
commit 0f0fd8e8dd
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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)."
)