diff --git a/src/ble/alerts/BluetoothNotAvailable.tsx b/src/ble/alerts/BluetoothNotAvailable.tsx index 08ccd815..89591513 100644 --- a/src/ble/alerts/BluetoothNotAvailable.tsx +++ b/src/ble/alerts/BluetoothNotAvailable.tsx @@ -12,6 +12,7 @@ const BluetoothNotAvailable: React.VoidFunctionComponent = () => { <>

{i18n.translate('bluetoothNotAvailable.message')}

{i18n.translate('bluetoothNotAvailable.suggestion')}

+

{i18n.translate('bluetoothNotAvailable.browserSupport')}

); }; diff --git a/src/ble/alerts/translations/en.json b/src/ble/alerts/translations/en.json index fe9bfd18..76f7cef6 100644 --- a/src/ble/alerts/translations/en.json +++ b/src/ble/alerts/translations/en.json @@ -7,7 +7,8 @@ }, "bluetoothNotAvailable": { "message": "No Bluetooth adapter could be found.", - "suggestion": "Please connect or enable a Bluetooth Low Energy adapter and restart the browser." + "suggestion": "Please connect or enable a Bluetooth Low Energy adapter and restart the browser.", + "browserSupport": "Some browsers like Brave and Opera do not support Web Bluetooth. Be sure to use a supported browser such as Chrome or Edge." }, "noGatt": { "message": "The web browser did not give permission to use Bluetooth Low Energy."