fix(backend): typo in `manage/settings` page

This commit is contained in:
upsiflu 2025-03-23 13:14:37 +01:00
parent 8a24f750f0
commit d29494d1fb
1 changed files with 1 additions and 1 deletions

View File

@ -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