Skip to content

Commit 6d42066

Browse files
committed
formatting
1 parent fca4586 commit 6d42066

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

interface/src/system/UploadFirmwareForm.tsx

+2-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@ class UploadFirmwareForm extends React.Component<UploadFirmwareFormProps> {
2222
return (
2323
<Fragment>
2424
<Box py={2}>
25-
Upload a new firmware file (.bin or .bin.gz) below to replace the
26-
existing firmware.
27-
<p></p>This can take up to a minute. Wait until you see "Activating
28-
new Firmware" and EMS-ESP will automatically restart.
25+
Upload a new firmware file (.bin or .bin.gz) below to replace the existing firmware.
26+
<p></p>This can take up to a minute. Wait until you see "Activating new Firmware" and EMS-ESP will then automatically restart.
2927
</Box>
3028
<SingleUpload
3129
onDrop={this.handleDrop}

0 commit comments

Comments
 (0)