Skip to content

Commit dfd2253

Browse files
mroz22matejkriz
authored andcommitted
chore(fw-update): revamp error message displayed to user
(cherry picked from commit dd626df)
1 parent 928cd16 commit dfd2253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/suite/src/actions/firmware/firmwareActions.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ export const validateFirmwareHash =
182182
if (!fwHash.success) {
183183
dispatch({
184184
type: FIRMWARE.SET_ERROR,
185-
payload: 'Unable to validate firmware hash. Please reinstall firmware again',
185+
payload: `${fwHash.payload.error}. Unable to validate firmware hash. If you want to check authenticity of newly installed firmware please proceed to device settings and reinstall firmware.`,
186186
});
187187
analytics.report({
188188
type: EventType.FirmwareValidateHashError,

0 commit comments

Comments
 (0)