Skip to content

Commit

Permalink
Typos (#3309)
Browse files Browse the repository at this point in the history
* Update edit_reference.html

* Update edit_config_template.html

* Update edit_config_template.html

* Update edit_reference.html
  • Loading branch information
caco3 authored Oct 6, 2024
1 parent 2c1e531 commit d11b312
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions sd-card/html/edit_config_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -2555,7 +2555,7 @@ <h4><input type="checkbox" id="Category_GPIO_enabled" value="1" onclick='Update
_style_pur = '';
_hidden = false;
document.getElementById("Button_Edit_Config_Raw").style.display = "";
firework.launch("Expert view activated. Please use carefully", 'warning', 5000);
firework.launch("Expert view activated. Please use it carefully", 'warning', 5000);
}
else {
document.getElementById("Button_Edit_Config_Raw").style.display = "none";
Expand Down Expand Up @@ -2821,7 +2821,7 @@ <h4><input type="checkbox" id="Category_GPIO_enabled" value="1" onclick='Update
}
catch (error){}

document.getElementById("overlaytext").innerHTML = "Device is busy, plase waiting...<br><br>Current step: " + _xhttp.responseText;
document.getElementById("overlaytext").innerHTML = "Device is busy, please wait.<br><br>Current step: " + _xhttp.responseText;
console.log("Device is busy, waiting 2s then checking again...");
await sleep(2000);
}
Expand Down
4 changes: 2 additions & 2 deletions sd-card/html/edit_reference.html
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@ <h2>Reference Image and Camera Settings</h2>
}
catch (error){}

document.getElementById("overlaytext").innerHTML = "Device is busy, plase waiting...<br><br>Current step: " + _xhttp.responseText;
document.getElementById("overlaytext").innerHTML = "Device is busy, please wait.<br><br>Current step: " + _xhttp.responseText;
console.log("Device is busy, waiting 5s then checking again...");
await sleep(2000);
}
Expand Down Expand Up @@ -1053,7 +1053,7 @@ <h2>Reference Image and Camera Settings</h2>
if (document.getElementById("ExpertModus_enabled").checked) {
_style_pur = '';
_hidden = false;
firework.launch("Expert parameter view activated. Please use carefully", 'warning', 5000);
firework.launch("Expert parameter view activated. Please use it carefully", 'warning', 5000);
}

const expert = document.querySelectorAll(".expert");
Expand Down

0 comments on commit d11b312

Please sign in to comment.