Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions webapp/src/webusb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -180,13 +180,15 @@ function showPickWebUSBDeviceDialogAsync(confirmAsync: ConfirmAsync, showDownloa
<div className="ui">
<div className="content">
<div className="description">
{lf("Press the Pair button below.")}
<br />
<br />
{lf("A window will appear in the top of your browser.")}
<br />
<br />
{lf("Select the {0} device and click Connect.", boardName)}
<p>
{lf("Press the Pair button below.")}
</p>
<p>
{lf("A window will appear in the top of your browser.")}
</p>
<p>
{lf("Select the {0} device and click Connect.", boardName)}
</p>
</div>
</div>
</div>
Expand Down
Loading