File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed
Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments