fix: one wording for an empty password field on every screen (closes #265)
All checks were successful
check / check (push) Successful in 29s
e2e / e2e-chrome (push) Successful in 48s
e2e / e2e-firefox (push) Successful in 18s

This commit was merged in pull request #296.
This commit is contained in:
2026-08-17 08:59:59 +02:00
parent 743b1962a5
commit ab1c1846a7
3 changed files with 102 additions and 3 deletions

View File

@@ -112,7 +112,7 @@ function show(walletIdx, addrIdx) {
async function reveal() {
const password = $("export-privkey-password").value;
if (!password) {
fail("Password is required.");
fail("Please enter your password.");
return;
}
if (walletIndex === null) {