1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-17 18:42:01 +00:00

fix fwOutdated exceptionPage values

This commit is contained in:
Szymon Lesisz 2018-12-17 18:48:30 +01:00
parent ddf00bc15c
commit 9d6bce9251

View File

@ -44,10 +44,10 @@ const getExceptionPage = (state: State, selectedAccount: SelectedAccountState):
if (discovery.fwOutdated) { if (discovery.fwOutdated) {
return { return {
type: 'info', type: 'fwOutdated',
title: `Device ${device.instanceLabel} firmware is outdated`, title: 'not-used',
message: 'TODO: update firmware explanation', message: 'not-used',
shortcut: network.shortcut, shortcut: 'not-used',
}; };
} }
if (discovery.fwNotSupported) { if (discovery.fwNotSupported) {