mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 10:48:22 +00:00
add description
This commit is contained in:
parent
74f4349317
commit
ed146eed29
@ -143,7 +143,7 @@ class RememberDevice extends PureComponent<Props, State> {
|
||||
<Button onClick={() => this.forget()}>
|
||||
<ButtonContent>
|
||||
<Text>
|
||||
<FormattedMessage {...l10nDeviceMessages.TR_FORGET} />
|
||||
<FormattedMessage {...l10nDeviceMessages.TR_FORGET_DEVICE} />
|
||||
</Text>
|
||||
<StyledLoader
|
||||
isSmallText
|
||||
@ -157,7 +157,7 @@ class RememberDevice extends PureComponent<Props, State> {
|
||||
isWhite
|
||||
onClick={() => onRememberDevice(device)}
|
||||
>
|
||||
<FormattedMessage {...l10nMessages.TR_REMEMBER} />
|
||||
<FormattedMessage {...l10nMessages.TR_REMEMBER_DEVICE} />
|
||||
</Button>
|
||||
</Column>
|
||||
</Wrapper>
|
||||
|
@ -14,6 +14,7 @@ const definedMessages: Messages = defineMessages({
|
||||
TR_ACQUIRE_DEVICE: {
|
||||
id: 'TR_ACQUIRE_DEVICE',
|
||||
defaultMessage: 'Acquire device',
|
||||
description: 'call-to-action to use device in current window when it is used in other window',
|
||||
},
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user