diff --git a/frontend/src/routes/settings/panels/Access.svelte b/frontend/src/routes/settings/panels/Access.svelte index 755b8ec..e889cb1 100644 --- a/frontend/src/routes/settings/panels/Access.svelte +++ b/frontend/src/routes/settings/panels/Access.svelte @@ -234,22 +234,20 @@ onSelect={setScimDomain} options={scimDomainOptions}>SCIM domain - -

- When a user is deprovisioned in your identity provider they are marked disabled and excluded - from campaigns. They are kept for this many days before being permanently removed (their - campaign history is anonymized). Set to 0 to remove on the next prune. -

-
- - days retention -
+ onBlur={setScimRetention} + toolTipText="Days a disabled recipient is kept before removal. 0 removes on the next prune." + >Retention (days) + +

+ How long deprovisioned recipients are kept (disabled) before being permanently removed. +

{/if}