Skip to content

Commit

Permalink
rename role.editor to role.contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoupin committed Oct 3, 2022
1 parent a97102f commit 7938721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/propertyFiles/BuiltInRoles.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
role.admin.name=Admin
role.admin.description=A person who has all permissions for dataverses, datasets, and files, including approving requests for restricted data.
role.editor.name=Contributor
role.editor.description=For datasets, a person who can edit License + Terms, and then submit them for review.
role.contributor.name=Contributor
role.contributor.description=For datasets, a person who can edit License + Terms, and then submit them for review.
role.curator.name=Curator
role.curator.description=For datasets, a person who can edit License + Terms, edit Permissions, and publish datasets.
role.dscontributor.name=Dataset Creator
Expand Down

0 comments on commit 7938721

Please sign in to comment.