Skip to content

Commit

Permalink
"Shelley-era wallet" => "Standard wallet" (in restoring only for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Sep 24, 2021
1 parent 8612548 commit fc63f89
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Expand Up @@ -22,8 +22,8 @@ const messages = defineMessages({
defaultMessage: '!!!Byron-era (read-only) wallet',
},
restoreShelleyEraWalletTitle: {
id: 'wallet.add.optionDialog.walletEra.shelleyEra.title',
defaultMessage: '!!!Shelley-era wallet',
id: 'wallet.add.optionDialog.walletEra.standard.title',
defaultMessage: '!!!Standard wallet',
},
});

Expand Down
4 changes: 2 additions & 2 deletions packages/yoroi-extension/app/i18n/global-messages.js
Expand Up @@ -506,8 +506,8 @@ const globalMessages: * = defineMessages({
defaultMessage: '!!!Wallets created before July 29th, 2020 are Byron-era wallets and cannot delegate.',
},
restoreShelleyEraWalletDescription: {
id: 'wallet.add.optionDialog.walletEra.shelleyEra.description',
defaultMessage: '!!!Shelley-era wallets support delegation to stake pools.',
id: 'wallet.add.optionDialog.walletEra.standard.description',
defaultMessage: '!!!Standard modern wallets support delegation to stake pools.',
},
hardwareTransferInstructions: {
id: 'transfer.instructions.hardware.disclaimer.instructions1',
Expand Down
4 changes: 2 additions & 2 deletions packages/yoroi-extension/app/i18n/locales/en-US.json
Expand Up @@ -387,8 +387,8 @@
"wallet.add.optionDialog.walletEra.byronEra.description": "Wallets created before July 29th, 2020 are Byron-era wallets and cannot delegate.",
"wallet.add.optionDialog.walletEra.byronEra.title": "Byron-era (read-only) wallet",
"wallet.add.optionDialog.walletEra.dialogTitle": "Choose era",
"wallet.add.optionDialog.walletEra.shelleyEra.description": "Shelley-era wallets support delegation to stake pools.",
"wallet.add.optionDialog.walletEra.shelleyEra.title": "Shelley-era wallet",
"wallet.add.optionDialog.walletEra.standard.description": "Standard modern wallets support delegation to stake pools.",
"wallet.add.optionDialog.walletEra.standard.title": "Standard wallet",
"wallet.add.page.create.title": "Create wallet",
"wallet.add.page.create.tooltip": "Generate a new 15-word recovery phrase<br/>and create a Yoroi wallet.",
"wallet.add.page.daedalusTransfer.title": "Transfer funds from a Daedalus wallet to Yoroi",
Expand Down

0 comments on commit fc63f89

Please sign in to comment.