fix: improve disable user confirmation text

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hugocasa
2026-03-25 11:54:42 +01:00
parent 51751f290d
commit ddc814cf2d

View File

@@ -631,8 +631,9 @@
>
<div class="flex flex-col w-full space-y-4">
<span
>Are you sure you want to disable <b>{disableUserEmail}</b>? They will be immediately logged
out and unable to log in.</span
>Are you sure you want to disable <b>{disableUserEmail}</b>? All their active sessions and
tokens will be revoked immediately. They will be unable to log in until re-enabled. Their
content (scripts, flows, apps) will not be affected.</span
>
</div>
</ConfirmationModal>