Skip to content

Commit

Permalink
fix(tenant): Change the text message when deleting a tenant
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshitSinghal224 committed Oct 16, 2023
1 parent 916ad8d commit b0dc993
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export function UpdateTenantSidebar({
data-test-id="delete-tenant-modal"
>
<Text mb={30} size="lg" color={colors.B60}>
{'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.'}
</Text>
<Group position="right">
<Button variant="outline" onClick={() => setModalIsOpened(false)}>
Expand Down

0 comments on commit b0dc993

Please sign in to comment.