Wallet: update copy on mixnode saturation delegation warning modal

This commit is contained in:
Mark Sinclair
2022-06-21 17:04:01 +01:00
parent 03b484dbdf
commit 2fecde8f19
+1 -1
View File
@@ -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.'}
/>
)}
</>