fix: one wording for an empty password field on every screen (closes #265)
This commit was merged in pull request #296.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user