Wallet: update copy on mixnode saturation delegation warning modal
This commit is contained in:
@@ -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.'}
|
||||
/>
|
||||
)}
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user