Skip to content

Commit

Permalink
Merge pull request #16649 from brave/fix-lock-wallet-text-case
Browse files Browse the repository at this point in the history
fix(wallet): Lock wallet text case
  • Loading branch information
Douglashdaniel authored Jan 13, 2023
2 parents 997cc10 + 9924b90 commit 3317161
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/brave_wallet_ui/stories/locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ provideStrings({

// Wallet More Popup
braveWalletWalletPopupSettings: 'Settings',
braveWalletWalletPopupLock: 'Lock Wallet',
braveWalletWalletPopupLock: 'Lock wallet',
braveWalletWalletPopupBackup: 'Backup Wallet',
braveWalletWalletPopupConnectedSites: 'Connected sites',

Expand Down
2 changes: 1 addition & 1 deletion components/resources/wallet_strings.grdp
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<message name="IDS_BRAVE_WALLET_LOCK_SCREEN_BUTTON" desc="Lock screen unlock button">Unlock</message>
<message name="IDS_BRAVE_WALLET_LOCK_SCREEN_ERROR" desc="Lock screen wrong password error">Incorrect password</message>
<message name="IDS_BRAVE_WALLET_WALLET_POPUP_SETTINGS" desc="Wallet popup settings button">Settings</message>
<message name="IDS_BRAVE_WALLET_WALLET_POPUP_LOCK" desc="Wallet popup lock crypto button">Lock Wallet</message>
<message name="IDS_BRAVE_WALLET_WALLET_POPUP_LOCK" desc="Wallet popup lock crypto button">Lock wallet</message>
<message name="IDS_BRAVE_WALLET_WALLET_POPUP_BACKUP" desc="Wallet popup backup wallet button">Backup Wallet</message>
<message name="IDS_BRAVE_WALLET_WALLET_POPUP_CONNECTED_SITES" desc="Wallet popup connected sites button">Connected sites</message>
<message name="IDS_BRAVE_WALLET_BACKUP_WARNING_TEXT" desc="Backup warning banner description">Back up your wallet now to protect your assets and ensure you never lose access.</message>
Expand Down

0 comments on commit 3317161

Please sign in to comment.