Skip to content

Commit

Permalink
[Front - Admin] Rewording user reinstating
Browse files Browse the repository at this point in the history
  • Loading branch information
philipperolet committed Nov 13, 2023
1 parent 8d0af84 commit 6e4ffa1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions front/pages/w/[wId]/members/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -519,11 +519,9 @@ function ReinviteUserModal({
<div className="mt-6 flex flex-col gap-6 px-2">
<div>
{" "}
{`${user.fullName} (${user.email}) `} was previously revoked from the
workspace. You can reinstate them, in which case they will be switched
back to a 'user' role and regain access to their historical data on
Dust (e.g. conversation history...). This will take effect
immediately.
<span className="font-semibold">{user.email + " "}</span> was revoked
from the workspace. Reinstating them as member will also immediately
reinstate their conversation history on Dust.
</div>
<div className="flex gap-2">
<Button
Expand Down

0 comments on commit 6e4ffa1

Please sign in to comment.