Skip to content

Commit

Permalink
update info alert before wiping eeprom
Browse files Browse the repository at this point in the history
  • Loading branch information
liamcottle committed Dec 19, 2024
1 parent 3bedd98 commit 78afd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@
}

// ask user to confirm
if(!confirm("Are you sure you want to wipe the eeprom on this device?")){
if(!confirm("Are you sure you want to wipe the eeprom on this device? This will take about 30 seconds. An alert will show when the eeprom wipe has finished.")){
return;
}

Expand Down

0 comments on commit 78afd66

Please sign in to comment.