Skip to content

Commit

Permalink
Updated alert messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Booyoun-Kim committed Jan 2, 2020
1 parent d331b91 commit d75ca1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/transaction.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h2>Please enter your PIN.</h2>
var password = $("input[type=password]").val();

if ($.trim(password) == "") {
alert("You cannot sign transactions in private mode.");
alert("You cannot sign transactions.\n1. Check your browser is in private mode.\n2. Type \"chrome://settings/passwords\" into your browser and press Enter to toggle the switch \"Offer to save passwords\" to the on.");
return;
}

Expand Down

0 comments on commit d75ca1f

Please sign in to comment.