From d29494d1fbbc78dbaa46876a18be64231cacf960 Mon Sep 17 00:00:00 2001 From: upsiflu Date: Sun, 23 Mar 2025 13:14:37 +0100 Subject: [PATCH] fix(backend): typo in `manage/settings` page --- api/funkwhale_api/music/dynamic_preferences_registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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