Skip to content

Commit

Permalink
Merge pull request #2949 from ashley-o0o/ContributorAdjustment582
Browse files Browse the repository at this point in the history
Rename Edit Permission to Contributor
  • Loading branch information
openshift-merge-bot[bot] authored Jun 25, 2024
2 parents 1c5b791 + f15dc56 commit af0d946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/projects/projectSharing/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export const firstSubject = (roleBinding: RoleBindingKind): string =>
roleBinding.subjects[0]?.name || '';

export const roleLabel = (value: ProjectSharingRoleType): string =>
value === ProjectSharingRoleType.ADMIN ? 'Admin' : 'Edit';
value === ProjectSharingRoleType.ADMIN ? 'Admin' : 'Contributor';

0 comments on commit af0d946

Please sign in to comment.