Skip to content

Commit

Permalink
Update addMachineControl.js
Browse files Browse the repository at this point in the history
  • Loading branch information
V205Arduino authored Dec 20, 2023
1 parent ea9a889 commit 62b2499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astro/src/lib/events/addMachineControl.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export function addMachineControl() {
listener('click', '[data-evt-connectTrigger]', async () => {
if (!navigator.serial) {
alert(
"Your browser doesn't seem to support the Web Serial API, which is required for the Haxidraw editor to connect to the machine. Chrome Version 89 or above is the recommended browser."
"Your browser doesn't seem to support the Web Serial API, which is required for the Blot editor to connect to the machine. Chrome Version 89 or above is the recommended browser."
)
}
if (!haxidraw) {
Expand Down

0 comments on commit 62b2499

Please sign in to comment.