From 1737a75d4e8976969814e738544171bc5ecf7368 Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Tue, 29 May 2018 22:36:47 +0200
Subject: [PATCH] See #223: reflect new possibilities of library permission in
 help text

---
 api/funkwhale_api/users/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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',
-- 
GitLab