Skip to content

Commit 65cca3c

Browse files
Fix quote issue.
1 parent 4e5954f commit 65cca3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bluetooth/BluetoothManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export class BluetoothManager implements IBluetoothManager {
9090
if (!('bluetooth' in navigator)) {
9191
showDialog({
9292
title: 'Error',
93-
body: `Web Bluetooth is not supported in your browser. It works on Chrome and Edge. Make sure the Web Bluetooth flag is enabled in chrome://flags/.`,
93+
body: 'Web Bluetooth is not supported in your browser. It works on Chrome and Edge. Make sure the Web Bluetooth flag is enabled in chrome://flags/.',
9494
buttons: [Dialog.okButton({ label: 'Close' })]
9595
});
9696
return false;

0 commit comments

Comments
 (0)