update info alert before wiping eeprom

This commit is contained in:
liamcottle
2024-12-19 23:27:13 +13:00
parent 3bedd98ff3
commit 78afd66308

View File

@@ -1276,7 +1276,7 @@
} }
// ask user to confirm // 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; return;
} }