Skip to content

Commit

Permalink
fix some descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
elewis2 committed May 24, 2024
1 parent 6245763 commit a7222fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/AdminView/components/Groups/columnDefs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ const descriptions = {
'unreviewed access': 'can view reports that have not been reviewed',
'non-production access': 'can view reports that have non-production status',
'germline access': 'can view germline reports',
'report manager': 'can assign users to reports',
'report manager': 'can assign users to reports; bioinformatician',
'read access': 'can read reports',
'bioinformatician': 'can read and be assigned to reports',
'bioinformatician': 'can read and be assigned to reports; non-production access; unreviewed access',
'manager': 'can create/edit/delete nonadmin users; template edit access; appendix edit access; unreviewed access; nonproduction access; germline access; report manager; read access; bioinformatician'
}

Expand Down

0 comments on commit a7222fc

Please sign in to comment.