From 4666e052e7409cc759552abd3fc90144ff18eb5b Mon Sep 17 00:00:00 2001 From: skuhlmann Date: Fri, 6 Sep 2024 11:50:10 -0600 Subject: [PATCH] tooltip copy update --- apps/admin/src/components/CancelProposal.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/admin/src/components/CancelProposal.tsx b/apps/admin/src/components/CancelProposal.tsx index 0a0c436f..48cf2ac8 100644 --- a/apps/admin/src/components/CancelProposal.tsx +++ b/apps/admin/src/components/CancelProposal.tsx @@ -98,7 +98,7 @@ export const CancelProposal = ({ return isProposer || sponsorBelowThreshold || isGovernorShaman ? true - : `Proposal can only be cancelled by the proposer, by a governance shaman or if the sponsor's voting token balance has fallen below the sponsor threshold`; + : `Proposal can only be cancelled by the sponsor, by a governance shaman or by anyone if the sponsor's voting token balance has fallen below the sponsor threshold`; }, [proposal, address, dao]); if (proposal.status !== PROPOSAL_STATUS.voting) {