diff --git a/api/funkwhale_api/users/models.py b/api/funkwhale_api/users/models.py
index a3c5bd0bfe3ea18d5133190b7105bc2e477a9b25..fcf78d0473efa38a00e7d8e1f12d1e4a0533768e 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',