Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 8125a46

Browse files
committed
Fix Windows explanation
1 parent 97636c0 commit 8125a46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/AppExplanations/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default function AppExplanations() {
4444
* `Restore` will prompt a file input dialog where you should indicate a previous backup file. A prompt (`"Overwite metadatas ?"`) will then request your approval on your device. Done.';
4545

4646
const whichbrowsersAreSupported_help =
47-
"The communication with the device is done through `WebUSB`, which is curently supported only on `Google Chrome` / `Chromium` / `Brave` for `Linux` and `MacOS`. On `Windows`, [Zadig](https://github.com/WICG/webusb/issues/143) is required.";
47+
"The communication with the device is done through `WebUSB`, which is curently supported only on `Google Chrome` / `Chromium` / `Brave` for `Linux` and `MacOS`. On `Windows`, you need to first go to `chrome://flags` then search for `Enable new USB backend`, disable it and relaunch Chrome.";
4848

4949
const lessCommonUseCases_help =
5050
// eslint-disable-next-line
@@ -90,7 +90,7 @@ export default function AppExplanations() {
9090
<AccordionItem>
9191
<AccordionItemHeading>
9292
<AccordionItemButton>
93-
Which web browsers are supported ?
93+
Which web browsers and operating systems are supported ?
9494
</AccordionItemButton>
9595
</AccordionItemHeading>
9696
<AccordionItemPanel>

0 commit comments

Comments
 (0)