Skip to content

Commit 1848e79

Browse files
committed
Good nitpick
1 parent 5dd2a2e commit 1848e79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/utils/checkCompatibility.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,15 @@ export function checkCompatibility() {
8888
}
8989

9090
if (!hasBluetoothSupport) {
91-
errorMessage += "<br/>- Web Bluetooth API support is disabled.";
91+
errorMessage += "<br/>- Bluetooth API support is disabled.";
9292
}
9393

9494
if (!hasSerialSupport) {
9595
errorMessage += "<br/>- Serial API support is disabled.";
9696
}
9797

9898
if (!hasUsbSupport) {
99-
errorMessage += "<br/>- Web USB API support is disabled.";
99+
errorMessage += "<br/>- USB API support is disabled.";
100100
}
101101

102102
const newDiv = document.createElement("div");

0 commit comments

Comments
 (0)