What changed, and why it matters
This commit only updates user documentation and the changelog to describe a recent user-interface change for generated mnemonics. It does not modify any code, cryptographic logic, or security behavior, so it has no direct security relevance.
No security action needed; treat as routine documentation update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff adds a changelog entry and updates the English documentation for generating a mnemonic to reflect a UI flow change: after generating a mnemonic, users now see a ‘Continue’ button and a grouped ‘Wallet Options’ button for passphrase/customization. No source code, build scripts, dependencies, or security controls are changed.
Changed components
CHANGELOG.mddocs/getting-started/usage/generating-a-mnemonic.en.mdInspect captured patch +6 / −1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5141c97..4816207 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,8 @@ Switch from the pure-Python urtypes and foundation-ur-py packages to the new uUR
- Replace custom quirc (library to decode QR codes from images) with k_quirc
- Fix default theme contrast failures for Light, CypherPink, network
indicators, and Amigo info panels
+- Simplify generated-mnemonic confirmation with `Continue` and grouped
+ `Wallet Options`
# Changelog 26.04.0 - April 2025
diff --git a/docs/getting-started/usage/generating-a-mnemonic.en.md b/docs/getting-started/usage/generating-a-mnemonic.en.md
index 171434f..3552ce2 100644
--- a/docs/getting-started/usage/generating-a-mnemonic.en.md
+++ b/docs/getting-started/usage/generating-a-mnemonic.en.md
@@ -80,7 +80,10 @@ A low Shannon's entropy value could suggest that your dice are biased or that th
After sufficient entropy is given, you can manually add custom entropy by editing some of the words. Simply touch or navigate to the word you want to change and replace it. Edited words will be highlighted, and the final word will automatically update to ensure a valid checksum. However, proceed with caution, modifying words can negatively impact the natural entropy previously captured.
-On the next screen, you will be loading a wallet. You can read more about this in [Loading a Mnemonic -> Confirm Wallet Attributes](./loading-a-mnemonic.md/#confirm-wallet-attributes).
+On the next screen, review the wallet attributes. Select `Continue` to load
+the wallet with the displayed settings, or select `Wallet Options` to set a
+`Passphrase` or `Customize` the wallet. For more details, see
+[Loading a Mnemonic -> Confirm Wallet Attributes](./loading-a-mnemonic.md/#confirm-wallet-attributes).
<div style="clear: both"></div>
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.