Skip to content

Commit 8a6de0d

Browse files
authored
Merge pull request #435 from surfdado/fw_upload_warning
Fw upload warning
2 parents f1c9dd4 + c54c2b5 commit 8a6de0d

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

mobile/FwUpdate.qml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -703,15 +703,17 @@ Item {
703703
return
704704
}
705705

706-
var msg = "You are about to upload new firmware to the connected device"
706+
var msg = "CAREFUL: If you continue you will lose your package and all settings, are you sure "
707+
"you know what you're doing?\n\n" +
708+
"This will upload new firmware to the connected device"
707709
var msgBl = "You are about to upload a bootloader to the connected device"
708710

709711
var msgEnd = "."
710712
if (fwdCan) {
711-
msgEnd = ", as well as all decices found on the CAN-bus. \n\n" +
713+
msgEnd = ", as well as all devices found on the CAN-bus. \n\n" +
712714
"WARNING: The upload all function should ONLY be used if all " +
713-
"decices on the CAN-bus have the same hardware version. If that " +
714-
"is not the case, you must upload firmware to the decices individually."
715+
"devices on the CAN-bus have the same hardware version. If that " +
716+
"is not the case, you must upload firmware to the devices individually."
715717
}
716718

717719
msg += msgEnd

0 commit comments

Comments
 (0)