From e71b79af5370fe96e18ef16fbf2907eff00aeac5 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Wed, 25 Jan 2023 14:19:18 +1300 Subject: [PATCH] Remove incorrect count from delete modal --- .../organization-[organization]/deleteOrganization.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/console/organization-[organization]/deleteOrganization.svelte b/src/routes/console/organization-[organization]/deleteOrganization.svelte index 65b28e4ef..be3cdaf0a 100644 --- a/src/routes/console/organization-[organization]/deleteOrganization.svelte +++ b/src/routes/console/organization-[organization]/deleteOrganization.svelte @@ -53,7 +53,7 @@ Delete Organization

- Are you sure you want to delete {$organization.name}? All projects ({$organization.total}) + Are you sure you want to delete {$organization.name}? All projects and data associated with this organization will be deleted. This action is irreversible.