fix(backend): typo in `manage/settings` page
This commit is contained in:
parent
8a24f750f0
commit
d29494d1fb
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue