diff --git a/api/funkwhale_api/users/models.py b/api/funkwhale_api/users/models.py index a3c5bd0bf..fcf78d047 100644 --- a/api/funkwhale_api/users/models.py +++ b/api/funkwhale_api/users/models.py @@ -27,7 +27,7 @@ PERMISSIONS_CONFIGURATION = { }, 'library': { 'label': 'Manage library', - 'help_text': 'Manage library', + 'help_text': 'Manage library, delete files, tracks, artists, albums...', }, 'settings': { 'label': 'Manage instance-level settings',