Skip to content

Commit e0384de

Browse files
committed
Improve firmware error message.
1 parent 52615fd commit e0384de

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/uhk-web/src/app/components/device/firmware/device-firmware.component.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,13 @@ <h1>
4848
</p>
4949

5050
<div *ngIf="firmwareUpgradeFailed" class="alert alert-danger" role="alert">
51-
<p>
52-
Firmware update failed. If your UHK is connected via a USB hub, docking station, or KVM switch, connect it
53-
directly to your computer and retry. It might also help to join the keyboard halves during the update.
51+
<p>
52+
Firmware update failed. Reconnect your UHK over USB and retry.
5453
</p>
5554

55+
<p>
56+
If your UHK is connected via a USB hub, docking station, or KVM switch, connect it
57+
directly to your computer. It might also help to join the keyboard halves during the update.</p>
5658
<p>
5759
If you've tried the above and the update still keeps failing, please
5860
<a class="link-github" [href]="firmwareGithubIssueUrl" externalUrl>create a GitHub issue</a>,

0 commit comments

Comments
 (0)