Skip to content

Commit

Permalink
Merge pull request #521 from HausDAO/feat/520-cancel-tool-copy
Browse files Browse the repository at this point in the history
tooltip copy update
  • Loading branch information
skuhlmann authored Sep 6, 2024
2 parents 4dfced6 + 4666e05 commit 98a1e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin/src/components/CancelProposal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 98a1e81

Please sign in to comment.