mirror of
https://github.com/trezor/trezor-wallet
synced 2025-07-04 05:42:34 +00:00
rename ripple to xrp
This commit is contained in:
parent
0627d28e07
commit
0a33f00d94
@ -91,7 +91,7 @@
|
|||||||
{
|
{
|
||||||
"order": 3,
|
"order": 3,
|
||||||
"type": "ripple",
|
"type": "ripple",
|
||||||
"name": "Ripple",
|
"name": "XRP",
|
||||||
"symbol": "XRP",
|
"symbol": "XRP",
|
||||||
"shortcut": "xrp",
|
"shortcut": "xrp",
|
||||||
"bip44": "m/44'/144'/a'/0/0",
|
"bip44": "m/44'/144'/a'/0/0",
|
||||||
@ -113,7 +113,7 @@
|
|||||||
{
|
{
|
||||||
"order": 3,
|
"order": 3,
|
||||||
"type": "ripple",
|
"type": "ripple",
|
||||||
"name": "Ripple Testnet",
|
"name": "XRP Testnet",
|
||||||
"testnet": true,
|
"testnet": true,
|
||||||
"symbol": "tXRP",
|
"symbol": "tXRP",
|
||||||
"shortcut": "txrp",
|
"shortcut": "txrp",
|
||||||
|
@ -10,7 +10,7 @@ const definedMessages: Messages = defineMessages({
|
|||||||
TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE: {
|
TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE: {
|
||||||
id: 'TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE',
|
id: 'TR_RIPPLE_ADDRESSES_REQUIRE_MINIMUM_BALANCE',
|
||||||
defaultMessage:
|
defaultMessage:
|
||||||
'Ripple addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}',
|
'XRP addresses require a minimum balance of {minBalance} XRP to activate and maintain the account. {TR_LEARN_MORE}',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ import type { Messages } from 'flowtype';
|
|||||||
const definedMessages: Messages = defineMessages({
|
const definedMessages: Messages = defineMessages({
|
||||||
TR_RECEIVE_RIPPLE: {
|
TR_RECEIVE_RIPPLE: {
|
||||||
id: 'TR_RECEIVE_RIPPLE',
|
id: 'TR_RECEIVE_RIPPLE',
|
||||||
defaultMessage: 'Receive Ripple',
|
defaultMessage: 'Receive XRP',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ const definedMessages: Messages = defineMessages({
|
|||||||
},
|
},
|
||||||
TR_SEND_RIPPLE: {
|
TR_SEND_RIPPLE: {
|
||||||
id: 'TR_SEND_RIPPLE',
|
id: 'TR_SEND_RIPPLE',
|
||||||
defaultMessage: 'Send Ripple',
|
defaultMessage: 'Send XRP',
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ import Content from 'views/Wallet/components/Content';
|
|||||||
const RippleTransactions = () => {
|
const RippleTransactions = () => {
|
||||||
return (
|
return (
|
||||||
<Content>
|
<Content>
|
||||||
<Title>Ripple Transactions</Title>
|
<Title>XRP Transactions</Title>
|
||||||
</Content>
|
</Content>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user