mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-12 09:00:58 +00:00
edit message for added coins
This commit is contained in:
parent
30adb2052c
commit
a6d82f4e33
@ -23,9 +23,9 @@ const definedMessages: Messages = defineMessages({
|
||||
id: 'TR_TOKEN_NOT_FOUND',
|
||||
defaultMessage: 'Token not found',
|
||||
},
|
||||
TR_ALREADY_USED: {
|
||||
id: 'TR_ALREADY_USED',
|
||||
defaultMessage: 'Already used',
|
||||
TR_ALREADY_ADDED: {
|
||||
id: 'TR_ALREADY_ADDED',
|
||||
defaultMessage: 'Already added',
|
||||
},
|
||||
TR_HISTORY: {
|
||||
id: 'TR_HISTORY',
|
||||
|
@ -160,7 +160,7 @@ const AccountSummary = (props: Props) => {
|
||||
const isAdded = tokens.find(t => t.symbol === option.symbol);
|
||||
if (isAdded) {
|
||||
return `${option.name} (${props.intl.formatMessage(
|
||||
l10nSummaryMessages.TR_ALREADY_USED
|
||||
l10nSummaryMessages.TR_ALREADY_ADDED
|
||||
)})`;
|
||||
}
|
||||
return option.name;
|
||||
|
@ -1615,8 +1615,8 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"TR_ALREADY_USED": {
|
||||
"source": "Already used",
|
||||
"TR_ALREADY_Added": {
|
||||
"source": "Already added",
|
||||
"meta": {
|
||||
"occurrences": [
|
||||
"src/views/Wallet/views/Account/Summary/common.messages.js"
|
||||
|
Loading…
Reference in New Issue
Block a user