From 2fecde8f194d9c0751caefb0e699213fab435bca Mon Sep 17 00:00:00 2001 From: Mark Sinclair Date: Tue, 21 Jun 2022 17:04:01 +0100 Subject: [PATCH] Wallet: update copy on mixnode saturation delegation warning modal --- nym-wallet/src/pages/delegation/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-wallet/src/pages/delegation/index.tsx b/nym-wallet/src/pages/delegation/index.tsx index 28d7076c9e..6548df9513 100644 --- a/nym-wallet/src/pages/delegation/index.tsx +++ b/nym-wallet/src/pages/delegation/index.tsx @@ -400,7 +400,7 @@ export const Delegation: FC = () => { open={Boolean(saturationError)} onClose={() => setSaturationError(undefined)} header={`Node saturation: ${Math.round(saturationError.saturation * 100000) / 1000}%`} - subHeader={"This node is over saturated, you can't delegate more or compound rewards"} + subHeader={'This node is over saturated. Choose a new mix node to delegate to and start compounding rewards.'} /> )}