1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 18:58:08 +00:00

fix wrong msg id

This commit is contained in:
slowbackspace 2019-02-26 16:38:31 +01:00
parent 5571e14d13
commit 263263bf72

View File

@ -77,7 +77,7 @@ class ForgetDevice extends PureComponent<Props> {
<FormattedMessage {...l10nMessages.TR_FORGETTING_ONLY_REMOVES_THE_DEVICE_FROM} />
</StyledP>
<Row>
<Button onClick={() => this.forget()}><FormattedMessage {...l10nDeviceMessages.TR_FORGET} /></Button>
<Button onClick={() => this.forget()}><FormattedMessage {...l10nDeviceMessages.TR_FORGET_DEVICE} /></Button>
<Button isWhite onClick={this.props.onCancel}><FormattedMessage {...l10nMessages.TR_DONT_FORGET} /></Button>
</Row>
</Wrapper>