Skip to content

Commit c335d54

Browse files
committed
freat: Update firmware-flash prompt words
1 parent 336ea19 commit c335d54

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

components/Flasher/index.jsx

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,11 @@ const ReleaseGrid = ({
338338
<span>Enter DFU mode</span>
339339
<div className={styles.tooltip} role="tooltip">
340340
Enter DFU mode - this mode enables you to flash your firmware.
341-
If you did not trigger the DFU mode manually, please click this
342-
button.
341+
<br />
342+
<b>
343+
If you did not trigger the DFU mode manually, click this
344+
button.
345+
</b>
343346
</div>
344347
</button>
345348
) : null}
@@ -368,8 +371,11 @@ const ReleaseGrid = ({
368371
<span>Flash</span>
369372
<div className={styles.tooltip} role="tooltip">
370373
Upload the firmware into your device. Existing firmware will get
371-
overwritten. If you did not trigger DFU mode manually, use the{" "}
372-
<b>Enter DFU mode</b> before flashing
374+
overwritten. <br />
375+
<b>
376+
If you did not trigger DFU mode manually, use the Enter DFU mode
377+
before flashing
378+
</b>
373379
</div>
374380
</button>
375381
</div>

0 commit comments

Comments
 (0)