fix wrong msg id

pull/402/head^2
slowbackspace 5 years ago
parent 5571e14d13
commit 263263bf72

@ -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>

Loading…
Cancel
Save