Skip to content

Commit 4f3bd8f

Browse files
committed
fix: Update Leads -> Members
1 parent 6b11315 commit 4f3bd8f

File tree

2 files changed

+213
-186
lines changed

2 files changed

+213
-186
lines changed

client/src/components/user-admin/UserPermissionSearch.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ const UserPermissionSearch = ({ admins, projectLeads, setUserToEdit }) => {
246246
variant={isProjectLead ? 'contained' : 'secondary'}
247247
onClick={buttonSwap}
248248
>
249-
Project Leads
249+
Project Members
250250
</Button>
251251
</ButtonGroup>
252252
</Box>

0 commit comments

Comments
 (0)