Skip to content

Commit

Permalink
chore: Add "API Tokens" to transfer text (#6841)
Browse files Browse the repository at this point in the history
  • Loading branch information
abshierjoel authored Jul 30, 2024
1 parent 2acb9d8 commit 289bf2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/users/components/RemoveMemberOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export const RemoveMemberOverlay: FC = () => {
direction={FlexDirection.Row}
>
<Form.Element
label={`Transfer ${userToRemove.email}'s tasks and alerts to:`}
label={`Transfer ${userToRemove.email}'s tasks, alerts, and API tokens to:`}
required={true}
>
<Dropdown
Expand Down

0 comments on commit 289bf2c

Please sign in to comment.