diff --git a/src/routes/console/organization-[organization]/settings/deleteOrganizationModal.svelte b/src/routes/console/organization-[organization]/settings/deleteOrganizationModal.svelte index 71b6268f7..0c7373a44 100644 --- a/src/routes/console/organization-[organization]/settings/deleteOrganizationModal.svelte +++ b/src/routes/console/organization-[organization]/settings/deleteOrganizationModal.svelte @@ -114,7 +114,7 @@ The following projects and all data associated with {$organization.name} will be permanently deleted. This action is irreversible. {:else} - {$organization.name} will be permanently deleted. + All data associated with {$organization.name} will be permanently deleted. This action is irreversible. {/if}