From e73d6f8f5002f949e3ca982294325726079dacb5 Mon Sep 17 00:00:00 2001 From: neokry Date: Fri, 2 Feb 2024 11:36:32 -0800 Subject: [PATCH] Change vote warning --- apps/web/src/pages/dao/[network]/[token]/vote/[id].tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/web/src/pages/dao/[network]/[token]/vote/[id].tsx b/apps/web/src/pages/dao/[network]/[token]/vote/[id].tsx index 6f49e1f61..2bb166835 100644 --- a/apps/web/src/pages/dao/[network]/[token]/vote/[id].tsx +++ b/apps/web/src/pages/dao/[network]/[token]/vote/[id].tsx @@ -116,16 +116,16 @@ const VotePage: NextPageWithLayout = ({ {warn && ( - + - This proposal may be malicious. Please review and vote accordingly. + {`Executing this proposal will transfer more than 90% of ${daoName}'s treasury.`} )}