Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/desktop/adding-vaults.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ sidebar_position: 3

# Adding Vaults

You will be presented with two options when adding a vault:
You will be presented with three options when adding a vault:

1. [`Create New Vault…`](#create-a-new-vault) - Choose this if you wish to create a new vault.
2. [`Open Existing Vault…`](#open-an-existing-vault) - Choose this if you already have a vault and wish to open it.
3. [`Recover Existing Vault…`](/docs/desktop/vault-recovery.md#add-recover-vault) - Choose this if you have a vault with missing configuration files that hasn’t yet been added and you want to restore it.

<Image src="/img/desktop/create-or-open-vault.png" alt="Create a new or open an existing vault" width="762" height="610" />
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Update the alt text to reflect all three options.

The alt text still reads "Create a new or open an existing vault". If the screenshot has been updated (as stated in the PR description) to show the "Recover Existing Vault…" option, this alt text is now stale and no longer accurately describes the image — a direct accessibility regression introduced by this PR.

✏️ Proposed fix
-<Image src="/img/desktop/create-or-open-vault.png" alt="Create a new or open an existing vault" width="762" height="610" />
+<Image src="/img/desktop/create-or-open-vault.png" alt="Create a new vault, open an existing vault, or recover an existing vault" width="762" height="610" />
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
<Image src="/img/desktop/create-or-open-vault.png" alt="Create a new or open an existing vault" width="762" height="610" />
<Image src="/img/desktop/create-or-open-vault.png" alt="Create a new vault, open an existing vault, or recover an existing vault" width="762" height="610" />
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@docs/desktop/adding-vaults.md` at line 15, Update the Image element in
docs/desktop/adding-vaults.md so the alt attribute accurately describes all
three visible options; replace the current alt="Create a new or open an existing
vault" on the <Image src="/img/desktop/create-or-open-vault.png" ... /> tag with
text that includes "Create a new", "Open an existing", and "Recover existing
vault" (or equivalent phrasing) to reflect the screenshot content.


Expand Down
Binary file modified static/img/desktop/create-or-open-vault.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.