Skip to content

Commit

Permalink
change: invite user checkbox text for modals
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDarsa committed Jul 10, 2024
1 parent 17843f4 commit 46cd476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Organizations/AddUserToGroup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export const AddUserToGroup = ({
</RoleSelect>
</label>
<label className="add-user">
Add user to Lagoon if required
Invite user to Lagoon
<input
data-cy="inviteUser"
className="inputCheckbox"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const AddUserToGroupSelect: FC<Props> = ({ groups, newUserState, setNewUserState
</RoleSelect>
</label>
<label className="add-user">
Add user to Lagoon if required
Invite user to Lagoon
<input
data-cy="inviteUser"
className="inputCheckbox"
Expand Down

0 comments on commit 46cd476

Please sign in to comment.