From b0dc9932526d28728e19f6a05b857f29f581055a Mon Sep 17 00:00:00 2001 From: Akshit Singhal Date: Mon, 16 Oct 2023 16:30:57 +0530 Subject: [PATCH] fix(tenant): Change the text message when deleting a tenant --- apps/web/src/pages/tenants/components/UpdateTenantSidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/pages/tenants/components/UpdateTenantSidebar.tsx b/apps/web/src/pages/tenants/components/UpdateTenantSidebar.tsx index ed168e7990e..a4af7a53ec2 100644 --- a/apps/web/src/pages/tenants/components/UpdateTenantSidebar.tsx +++ b/apps/web/src/pages/tenants/components/UpdateTenantSidebar.tsx @@ -209,7 +209,7 @@ export function UpdateTenantSidebar({ data-test-id="delete-tenant-modal" > - {'Deleting the tenant will stop sending notifications to all the subscribers associated with that tenant.'} + {'Deleting the tenant will lead to its context being unavailable during trigger event execution.'}