From 7e25aeb2dfb71a7987df33b0ee7ee7f7a165bd4c Mon Sep 17 00:00:00 2001 From: Darshan Date: Tue, 16 Apr 2024 14:34:18 +0530 Subject: [PATCH] revert: modal confirmation message. --- .../settings/deleteOrganizationModal.svelte | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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}