Update wallet folder access instructions for Wasabi (#7192)
What changed, and why it matters
This commit changes a single line of on-screen help text in BTCPay Server. It updates the instructions for Wasabi wallet users, telling them to search for 'wallet folder' instead of using an older menu path. There is no code behavior change, no security fix, and no vulnerability.
No security action needed. This is a routine documentation/UI string update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies BTCPayServer/Views/UIStores/ImportWallet/File.cshtml, a Razor view. It replaces the literal instruction ‘Tools ❯ Wallet Manager ❯ Open Wallets Folder’ with ‘Search ❯ “wallet folder”’ in an HTML table that guides users on how to locate their Wasabi wallet folder. No executable logic, input handling, authentication, authorization, cryptography, or data flow is altered.
Changed components
BTCPayServer/Views/UIStores/ImportWallet/File.cshtmlInspect captured patch +1 / −1
diff --git a/BTCPayServer/Views/UIStores/ImportWallet/File.cshtml b/BTCPayServer/Views/UIStores/ImportWallet/File.cshtml
index 521ac6a..6bd2ad8 100644
--- a/BTCPayServer/Views/UIStores/ImportWallet/File.cshtml
+++ b/BTCPayServer/Views/UIStores/ImportWallet/File.cshtml
@@ -51,7 +51,7 @@
</tr>
<tr>
<td>Wasabi</td>
- <td>Tools ❯ Wallet Manager ❯ Open Wallets Folder</td>
+ <td>Search ❯ "wallet folder"</td>
</tr>
<tr>
<td class="text-nowrap">Specter Desktop</td>
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.