diff --git a/api/funkwhale_api/music/dynamic_preferences_registry.py b/api/funkwhale_api/music/dynamic_preferences_registry.py index c46af502217ac39dce8d83c8923e023adf53c901..13d5ae56af5c66a34953596820fd981468941df2 100644 --- a/api/funkwhale_api/music/dynamic_preferences_registry.py +++ b/api/funkwhale_api/music/dynamic_preferences_registry.py @@ -27,7 +27,7 @@ class MusicCacheDuration(types.IntPreference): default = 60 * 24 * 7 verbose_name = "Transcoding cache duration" help_text = ( - "How much minutes do you want to keep a copy of transcoded tracks " + "How many minutes do you want to keep a copy of transcoded tracks " "on the server? Transcoded files that were not listened in this interval " "will be erased and retranscoded on the next listening." )