Skip to content

Commit

Permalink
change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDarsa committed Jun 30, 2024
1 parent 1d6e604 commit eb95f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Organizations/Users/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ const Users = ({ users = [], organization, organizationId, organizationName, ref
<Modal isOpen={deleteUserModalOpen && selectedUser === user?.id} onRequestClose={closeUserModal}>
<RemoveModalHeader>Remove user?</RemoveModalHeader>
<RemoveModalParagraph>
This action will remove user <span className="highlight">{user.email}</span> from all groups, you
might not be able to reverse this.
This action will remove user <span className="highlight">{user.email}</span> from all groups in this
organization, you might not be able to reverse this.
</RemoveModalParagraph>

<Footer>
Expand Down

0 comments on commit eb95f7b

Please sign in to comment.