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) {