Skip to content

Commit

Permalink
trezor support message added
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Mar 4, 2025
1 parent bebc1eb commit 47fe9a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ const messages = defineMessages({
id: 'wallet.revampAnnouncement.updates.2new',
defaultMessage: '!!!Dark mode',
},
update3: {
id: 'wallet.revampAnnouncement.updates.3new',
defaultMessage: '!!!Trezor Safe 3 and Safe 5 support"',
},
goToWalletLabel: {
id: 'wallet.revampAnnouncement.goToWalletLabel',
defaultMessage: '!!!Go to the wallet',
Expand Down Expand Up @@ -98,7 +102,7 @@ export class RevampAnnouncementDialog extends Component<Props> {
width: '100%',
}}
>
{[messages.update1, messages.update2].map(message => (
{[messages.update1, messages.update2, messages.update3].map(message => (
<Typography component="li" variant="body1" color="grayscale.900">
{intl.formatMessage(message)}
</Typography>
Expand Down
1 change: 1 addition & 0 deletions packages/yoroi-extension/app/i18n/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,7 @@
"wallet.revampAnnouncement.titleNew": "Discover new features in YOROI",
"wallet.revampAnnouncement.updates.1new": "Portfolio management",
"wallet.revampAnnouncement.updates.2new": "Dark mode",
"wallet.revampAnnouncement.updates.3new": "Trezor Safe 3 and Safe 5 support",
"wallet.revampAnnouncement.updatesSectionTitleNew": "Yoroi wallet just got more powerful new features. Start exploring the updates and take your crypto experience to the next level!",
"wallet.send.confirmationDialog.addressToLabel": "To",
"wallet.send.confirmationDialog.amountLabel": "Amount",
Expand Down

0 comments on commit 47fe9a2

Please sign in to comment.