Skip to content

Commit

Permalink
fix: Update remove user from org copy (#9759)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dschoordsch authored May 21, 2024
1 parent ca20d75 commit a39cd41
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ const RemoveFromOrgModal = (props: Props) => {
<StyledDialogContainer>
<DialogTitle>{'Are you sure?'}</DialogTitle>
<DialogContent>
{`This will remove ${preferredName} from the organization. Any outstanding tasks will be given
to the team leads. Any time remaining on their subscription will be refunded on the next
invoice.`}
{`This will remove ${preferredName} from all teams within the organization. Any outstanding tasks will be given to the respective team leads.`}
<StyledButton size='medium' onClick={handleClick} waiting={submitting}>
<IconLabel icon='arrow_forward' iconAfter label={`Remove ${preferredName}`} />
</StyledButton>
Expand Down

0 comments on commit a39cd41

Please sign in to comment.