Skip to content

Commit

Permalink
Merge pull request #6464 from dasuni-30/fix/24915
Browse files Browse the repository at this point in the history
Update the collaborator term to administrator
  • Loading branch information
dasuni-30 authored Jun 19, 2024
2 parents 60bc74e + 6f31b8c commit 32e82d3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .changeset/cool-zebras-hear.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@wso2is/admin.console-settings.v1": patch
"@wso2is/admin.extensions.v1": patch
---

Update the collaborator term into administrator
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 32e82d3

Please sign in to comment.