Skip to content

Commit

Permalink
web-wallet: Fix "passphrase" terminology usage
Browse files Browse the repository at this point in the history
Resolves #3069
  • Loading branch information
nortonandreev committed Nov 27, 2024
1 parent e21b601 commit ffac2e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions web-wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- Fix "passphrase" terminology usage with "Mnemonic Phrase" [#3069]

## [0.8.1] - 2024-11-26

### Added
Expand Down Expand Up @@ -391,6 +393,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#3042]: https://github.com/dusk-network/rusk/issues/3042
[#3056]: https://github.com/dusk-network/rusk/issues/3056
[#3061]: https://github.com/dusk-network/rusk/issues/3061
[#3069]: https://github.com/dusk-network/rusk/issues/3069

<!-- VERSIONS -->

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</IconHeadingCard>

<Banner
title="Dusk will not save and cannot retrieve your passphrase."
title="Dusk will not save and cannot retrieve your mnemonic phrase."
variant="warning"
>
<p>To proceed, please check all the relevant boxes.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3048,7 +3048,7 @@ exports[`Create > should render the \`Securely store your mnemonic phrase!\` agr
<strong
class="banner__title"
>
Dusk will not save and cannot retrieve your passphrase.
Dusk will not save and cannot retrieve your mnemonic phrase.
</strong>
<p>
Expand Down

0 comments on commit ffac2e1

Please sign in to comment.