Skip to content

Commit

Permalink
fix(suite): fix unlock copy
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-sanderson committed May 6, 2024
1 parent 877c921 commit b5998a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/suite/src/support/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4455,11 +4455,11 @@ export default defineMessages({
},
TR_TO_ACCESS_OTHER_WALLETS: {
id: 'TR_TO_ACCESS_OTHER_WALLETS',
defaultMessage: 'Connect your device to add other wallets',
defaultMessage: 'Connect and unlock your device to add other wallets',
},
TR_TO_ADD_NEW_ACCOUNT_PLEASE_CONNECT: {
id: 'TR_TO_ADD_NEW_ACCOUNT_PLEASE_CONNECT',
defaultMessage: 'Connect your device to add new accounts.',
defaultMessage: 'Connect and unlock your device to add new accounts.',
},
TR_EJECT_HEADING: {
id: 'TR_EJECT_HEADING',
Expand Down

0 comments on commit b5998a0

Please sign in to comment.