diff --git a/src/components/modals/UpdateFirmware/Installing.js b/src/components/modals/UpdateFirmware/Installing.js
index fb8cd8a0..5f820bcc 100644
--- a/src/components/modals/UpdateFirmware/Installing.js
+++ b/src/components/modals/UpdateFirmware/Installing.js
@@ -18,11 +18,16 @@ function Installing({ t }: Props) {
-
+
{t('app:manager.modal.installing')}
+
+
+ {t('app:manager.modal.mcuPin')}
+
+
)
}
diff --git a/src/components/modals/UpdateFirmware/steps/02-step-flash-mcu.js b/src/components/modals/UpdateFirmware/steps/02-step-flash-mcu.js
index 13d0f907..a06b1f13 100644
--- a/src/components/modals/UpdateFirmware/steps/02-step-flash-mcu.js
+++ b/src/components/modals/UpdateFirmware/steps/02-step-flash-mcu.js
@@ -127,6 +127,8 @@ class StepFlashMcu extends PureComponent {
} else if (deviceInfo.isOSU) {
await installFinalFirmware(device)
transitionTo('finish')
+ } else {
+ transitionTo('finish')
}
} catch (error) {
setError(error)