From ea9665383eb4ca1bbe56a97b04386288d9808043 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Wed, 16 Jul 2025 13:35:15 -0400 Subject: [PATCH] docs: clarify hidden entry behaviour --- README.md | 2 +- docs/docs/content/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a484994..c86c184 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ SeedPass allows you to manage multiple seed profiles (previously referred to as - **Add a New Seed Profile:** 1. From the main menu, select **Settings** then **Profiles** and choose "Add a New Seed Profile". 2. Choose to paste in a full seed, enter one word at a time, or generate a new seed. - 3. If you enter the seed word by word, SeedPass shows the completed phrase for confirmation so you can fix any mistakes before it is stored. + 3. If you enter the seed word by word, each word is hidden with `*` and the screen refreshes after every entry for clarity. SeedPass then shows the completed phrase for confirmation so you can fix any mistakes before it is stored. 4. If generating a new seed, you'll be provided with a 12-word BIP-85 seed phrase. **Ensure you write this down and store it securely.** - **Switch Between Seed Profiles:** diff --git a/docs/docs/content/index.md b/docs/docs/content/index.md index 822a646..d417824 100644 --- a/docs/docs/content/index.md +++ b/docs/docs/content/index.md @@ -358,7 +358,7 @@ SeedPass allows you to manage multiple seed profiles (previously referred to as - **Add a New Seed Profile:** - From the main menu, select **Settings** then **Profiles** and choose "Add a New Seed Profile". - Choose to paste in a full seed, enter one word at a time, or generate a new seed. - - When entering a seed word by word, you'll review the completed phrase after the last word and can correct mistakes before it is saved. + - When entering a seed word by word, each word is hidden with `*` and the screen refreshes after every entry for clarity. You'll review the completed phrase after the last word and can correct mistakes before it is saved. - If generating a new seed, you'll be provided with a 12-word BIP-85 seed phrase. **Ensure you write this down and store it securely.** - **Switch Between Seed Profiles:**