Skip to content

Commit

Permalink
Cleanup wording, left over debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavcs committed Nov 19, 2024
1 parent df7a93d commit 5366165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/webapps/galaxy/api/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ def send_activation_email(
@router.get(
"/api/users/{user_id}/roles",
name="get user roles",
description="Return a collection of roles associated with this user. Only admins can see user roles.",
description="Return a list of roles associated with this user. Only admins can see user roles.",
require_admin=True,
)
def get_user_roles(
Expand Down

0 comments on commit 5366165

Please sign in to comment.