From 62b249980b3dc4561c6e47c5d9043c7522e37062 Mon Sep 17 00:00:00 2001 From: V205 Date: Wed, 20 Dec 2023 10:48:14 -0800 Subject: [PATCH] Update addMachineControl.js --- astro/src/lib/events/addMachineControl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/src/lib/events/addMachineControl.js b/astro/src/lib/events/addMachineControl.js index 72a363d00..dfcde6f55 100644 --- a/astro/src/lib/events/addMachineControl.js +++ b/astro/src/lib/events/addMachineControl.js @@ -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) {