diff --git a/src/routes/console/organization-[organization]/settings/deleteOrganizationModal.svelte b/src/routes/console/organization-[organization]/settings/deleteOrganizationModal.svelte index 0af3f11db..48f168cd4 100644 --- a/src/routes/console/organization-[organization]/settings/deleteOrganizationModal.svelte +++ b/src/routes/console/organization-[organization]/settings/deleteOrganizationModal.svelte @@ -73,16 +73,9 @@

{:else}

- Are you sure you want to delete {$organization.name}? - {#if $projects.total > 0} - All projects ({$projects.total}) and data associated with this organization will be - deleted. - {:else} - There are no projects associated with this organization. - {/if} + Are you sure you want to delete {$organization.name}? All projects ({$projects.total}) + and data associated with this organization will be deleted. This action is irreversible.

- -

This action is irreversible.

{/if}