Skip to content

Commit

Permalink
Update the collaborator term to administrator
Browse files Browse the repository at this point in the history
  • Loading branch information
dasuni-30 committed Jun 19, 2024
1 parent 568abf1 commit 87fda9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ const AdministratorsTable: React.FunctionComponent<AdministratorsTablePropsInter
data-componentid={ `${ componentId }-empty-placeholder` }
image={ getEmptyPlaceholderIllustrations().newList }
imageSize="tiny"
subtitle={ [ "There are no collaborator users associated with your organization at the moment." ] }
subtitle={ [ "There are no administrator users associated with your organization at the moment." ] }
/>
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ const InvitedAdministratorsTable: React.FunctionComponent<InvitedAdministratorsT
data-componentid={ `${ componentId }-empty-placeholder` }
image={ getEmptyPlaceholderIllustrations().newList }
imageSize="tiny"
subtitle={ [ "There are no collaborator users associated with your organization at the moment." ] }
subtitle={ [ "There are no administrator users associated with your organization at the moment." ] }
/>
);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ export const OnboardedGuestUsersList: React.FunctionComponent<OnboardedGuestUser
data-componentid={ `${ componentId }-empty-placeholder` }
image={ getEmptyPlaceholderIllustrations().newList }
imageSize="tiny"
subtitle={ [ "There are no collaborator users associated with your organization at the moment." ] }
subtitle={ [ "There are no administrator users associated with your organization at the moment." ] }
/>
);
}
Expand Down

0 comments on commit 87fda9c

Please sign in to comment.