diff --git a/web-wallet/CHANGELOG.md b/web-wallet/CHANGELOG.md index bc41f8b5e..0c880b69c 100644 --- a/web-wallet/CHANGELOG.md +++ b/web-wallet/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Update Transactions list design [#1922] +- Update stake warning's text [#3028] ### Removed @@ -360,6 +361,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#3000]: https://github.com/dusk-network/rusk/issues/3000 [#3006]: https://github.com/dusk-network/rusk/issues/3006 [#3010]: https://github.com/dusk-network/rusk/issues/3010 +[#3028]: https://github.com/dusk-network/rusk/issues/3028 diff --git a/web-wallet/src/lib/components/Stake/Stake.svelte b/web-wallet/src/lib/components/Stake/Stake.svelte index c0d7446dc..263046d3e 100644 --- a/web-wallet/src/lib/components/Stake/Stake.svelte +++ b/web-wallet/src/lib/components/Stake/Stake.svelte @@ -228,7 +228,12 @@ rel="noopener noreferrer" target="_blank" href={DOCUMENTATION_LINKS.RUN_A_PROVISIONER}>HERE, and that I will lose funds if I have not done so correctly. + >, and that, if not done correctly, I may be subject to soft-slashing penalties, requiring me to unstake and restake.

should render the Stake notice 1`] = ` > HERE - , and that I will lose funds if I have not done so correctly. + , and that, if not done correctly, I may be subject to + + soft-slashing + + penalties, requiring me to unstake and restake.