update saas onboarding (#6619)

<img width="1002" height="487" alt="Screenshot 2026-06-11 at 6 20 10 PM"
src="https://github.com/user-attachments/assets/5ee3cfc2-6c4f-4b35-9586-ef45fa216c6a"
/>
This commit is contained in:
EthanHealy01
2026-06-11 19:39:02 +01:00
committed by GitHub
parent 1d598d5caa
commit 33026e1a82
27 changed files with 659 additions and 413 deletions
@@ -21,7 +21,9 @@ export function PolicyDeleteConfirmModal({
<Modal
opened={opened}
onClose={onCancel}
title={t("policies.deleteConfirmTitle", `Delete ${label} policy?`)}
title={t("policies.deleteConfirmTitle", "Delete {{label}} policy?", {
label,
})}
centered
size="sm"
>