1 files changed, 2 insertions, 2 deletions
diff --git a/gn_auth/auth/authorisation/resources/groups/models.py b/gn_auth/auth/authorisation/resources/groups/models.py
index a1937ce..6a7af4c 100644
--- a/gn_auth/auth/authorisation/resources/groups/models.py
+++ b/gn_auth/auth/authorisation/resources/groups/models.py
@@ -428,8 +428,8 @@ gjr.status='PENDING'",
return tuple(dict(row)for row in cursor.fetchall())
raise AuthorisationError(
- "You do not have the appropriate authorisation to access the "
- "group's join requests.")
+ "You need to be the group's leader in order to access the group's join "
+ "requests.")
@authorised_p(("system:group:view-group", "system:group:edit-group"),
|