Skip to content

Commit

Permalink
Update installer2.html
Browse files Browse the repository at this point in the history
  • Loading branch information
alf45tar committed Aug 17, 2024
1 parent 367d8ea commit ef5c45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer2.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h1>PedalinoMini™ Installer</h1>
async function generateDropdown() {
// Update status message to indicate scanning has started
const statusMessage = document.getElementById('status-message');
statusMessage.textContent = "Scanning started...";
statusMessage.textContent = "Scanning in progress...";

const selectElement = document.getElementById('firmware-select');
const tags = await fetchTags();
Expand Down

0 comments on commit ef5c45c

Please sign in to comment.