Skip to content

Commit

Permalink
feat: optimize code
Browse files Browse the repository at this point in the history
  • Loading branch information
kiner-tang committed Dec 28, 2023
1 parent 4c8face commit fe7ee1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/common/src/locale/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const localeValues: RequiredLocale = {
},
ConnectModal: {
title: 'Connect Wallet',
guideTitle: 'What is a wallet?',
guideTitle: 'What is a Wallet?',
guideInfos1Title: 'Manage your private key and assets',
guideInfos1Desc: 'Manage your private key and the assets of the corresponding chain address',
guideInfos2Title: 'Help you connect to DApp',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ exports[`ConnectModal with guide > should display default guide 1`] = `
<h2
class="ant-web3-connect-modal-guide-title"
>
What is a wallet?
What is a Wallet?
</h2>
<div
class="ant-web3-connect-modal-guide-list"
Expand Down

0 comments on commit fe7ee1b

Please sign in to comment.