diff --git a/api/funkwhale_api/music/dynamic_preferences_registry.py b/api/funkwhale_api/music/dynamic_preferences_registry.py index f8e63c72a..1c016a9fd 100644 --- a/api/funkwhale_api/music/dynamic_preferences_registry.py +++ b/api/funkwhale_api/music/dynamic_preferences_registry.py @@ -129,7 +129,7 @@ class Format(types.MultipleChoicePreference): ("aac", "aac"), ("mp3", "mp3"), ] - help_text = "Witch audio format to allow" + help_text = "Which audio format to allow" @global_preferences_registry.register