Merge branch 'patch-1' into 'develop'

Correct English language mistake dynamic_preferences_registry.py

See merge request funkwhale/funkwhale!867
This commit is contained in:
Eliot Berriot 2019-08-27 09:36:05 +02:00
commit 53fa8e8c88
1 changed files with 1 additions and 1 deletions

View File

@ -37,4 +37,4 @@ class UploadQuota(types.IntPreference):
name = "upload_quota"
default = 1000
verbose_name = "Upload quota"
help_text = "Default upload quota applied to each users, in MB. This can be overrided on a per-user basis."
help_text = "Default upload quota applied to each users, in MB. This can be overridden on a per-user basis."