Skip to content
Snippets Groups Projects
Commit 53fa8e8c authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'patch-1' into 'develop'

Correct English language mistake dynamic_preferences_registry.py

See merge request funkwhale/funkwhale!867
parents efabd4b7 3842e7ae
No related branches found
No related tags found
No related merge requests found
......@@ -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."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment