mirror of
https://github.com/trezor/trezor-wallet
synced 2025-05-29 20:28:45 +00:00
fix some msg ids
This commit is contained in:
parent
25e8c6ae56
commit
5843e0946d
@ -14,7 +14,7 @@ const definedMessages: Messages = defineMessages({
|
|||||||
description: 'Device status',
|
description: 'Device status',
|
||||||
},
|
},
|
||||||
TR_CONNECTED_NOT_INITIALIZED: {
|
TR_CONNECTED_NOT_INITIALIZED: {
|
||||||
id: 'TR_CONNECTED',
|
id: 'TR_CONNECTED_NOT_INITIALIZED',
|
||||||
defaultMessage: 'Connected (not initialized)',
|
defaultMessage: 'Connected (not initialized)',
|
||||||
description: 'Device status',
|
description: 'Device status',
|
||||||
},
|
},
|
||||||
|
@ -12,7 +12,7 @@ const definedMessages: Messages = defineMessages({
|
|||||||
defaultMessage: 'Amount is not a number',
|
defaultMessage: 'Amount is not a number',
|
||||||
},
|
},
|
||||||
TR_MAXIMUM_DECIMALS_ALLOWED: {
|
TR_MAXIMUM_DECIMALS_ALLOWED: {
|
||||||
id: 'TR_AMOUNT_IS_NOT_A_NUMBER',
|
id: 'TR_MAXIMUM_DECIMALS_ALLOWED:',
|
||||||
defaultMessage: 'Maximum {decimals} decimals allowed',
|
defaultMessage: 'Maximum {decimals} decimals allowed',
|
||||||
},
|
},
|
||||||
TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION: {
|
TR_NOT_ENOUGH_FUNDS_TO_COVER_TRANSACTION: {
|
||||||
|
@ -21,7 +21,7 @@ const definedMessages: Messages = defineMessages({
|
|||||||
defaultMessage: 'Visible coins',
|
defaultMessage: 'Visible coins',
|
||||||
},
|
},
|
||||||
TR_VISIBLE_COINS_EXTERNAL: {
|
TR_VISIBLE_COINS_EXTERNAL: {
|
||||||
id: 'TR_VISIBLE_COINS',
|
id: 'TR_VISIBLE_COINS_EXTERNAL:',
|
||||||
defaultMessage: 'Visible external coins',
|
defaultMessage: 'Visible external coins',
|
||||||
},
|
},
|
||||||
TR_VISIBLE_COINS_EXPLAINED: {
|
TR_VISIBLE_COINS_EXPLAINED: {
|
||||||
|
Loading…
Reference in New Issue
Block a user