added platform description to the firmware upgrade dialog
This commit is contained in:
parent
e535ec3c8b
commit
b3a50db873
2 changed files with 30 additions and 1 deletions
|
|
@ -270,7 +270,7 @@ export default function UpgradeDevice(props: Props) {
|
|||
<Divider />
|
||||
<DialogContent className={classes.dialogContent}>
|
||||
<DialogContentText id="alert-dialog-slide-description">
|
||||
Upgrading from {currentFirmware()} to {latestFirmware()}
|
||||
Upgrading {device.platformName()} from {currentFirmware()} to {latestFirmware()}
|
||||
<br />
|
||||
<br />
|
||||
It is recommended that the device be plugged in during the upgrade as it will take
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue