From 1d74b0cd16984be6f749e8bdac60e2889ddbb5a4 Mon Sep 17 00:00:00 2001 From: Darshan Date: Tue, 20 Aug 2024 16:51:54 +0530 Subject: [PATCH] address comment. Co-authored-by: Carla --- .../settings/deleteOrganizationModal.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}