Skip to content

Commit

Permalink
[NO CHANGELOG] [Add Tokens Widget] Fix typo (#2443)
Browse files Browse the repository at this point in the history
  • Loading branch information
mimi-imtbl authored Dec 3, 2024
1 parent 3cc6777 commit 469fb90
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/checkout/widgets-lib/src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@
},
"ADD_TOKENS": {
"tokenSelection": {
"buttonText": "Choose a token you want",
"buttonText": "Choose the token you want",
"tokenLabel": "Add",
"drawerHeading": "Add Token",
"searchPlaceholder": "Search tokens"
Expand Down
2 changes: 1 addition & 1 deletion packages/checkout/widgets-lib/src/locales/ja.json
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@
},
"ADD_TOKENS": {
"tokenSelection": {
"buttonText": "選択したいトークンをお選びください",
"buttonText": "選択したいトークンを選んでください",
"tokenLabel": "追加",
"drawerHeading": "トークンを追加",
"searchPlaceholder": "トークンを検索"
Expand Down
2 changes: 1 addition & 1 deletion packages/checkout/widgets-lib/src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@
},
"ADD_TOKENS": {
"tokenSelection": {
"buttonText": "请选择您想要的代币",
"buttonText": "选择您想要的代币",
"tokenLabel": "添加",
"drawerHeading": "添加代币",
"searchPlaceholder": "搜索代币"
Expand Down

0 comments on commit 469fb90

Please sign in to comment.