Skip to content

Commit

Permalink
Explain the promo creation unlock prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKitty committed May 28, 2023
1 parent b439f94 commit 43f4ab7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/global.js
Original file line number Diff line number Diff line change
Expand Up @@ -1877,7 +1877,9 @@ export async function updatePromoCreationTick(fRecursive = false) {
// Ensure the wallet is unlocked
if (masterKey.isViewOnly) {
$('#redeemCodeModal').modal('hide');
if (await restoreWallet('Unlock to send your transaction!')) {
if (
await restoreWallet('Unlock to finalise your Promo Code!')
) {
// Unlocked! Re-show the promo UI and continue
$('#redeemCodeModal').modal('show');
} else {
Expand Down

0 comments on commit 43f4ab7

Please sign in to comment.