Skip to content

Commit

Permalink
fix: fix placeholder of search field on sudt detail page (#94)
Browse files Browse the repository at this point in the history
Placeholder should be "交易/地址" but not "地址"

Ref: Magickbase/ckb-explorer-public-issues#421
  • Loading branch information
Keith-CY authored Sep 4, 2023
1 parent da5a96a commit ac56214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
"total_amount": "总量",
"holder_addresses": "持币用户数",
"decimal": "小数位",
"search_placeholder": "地址",
"search_placeholder": "交易/地址",
"unknown_token": "未知资产",
"submit_token_info": "提交代币信息",
"unknown_token_description": "此代币信息暂时不完整,如果你是此代币的拥有者,请提交代币信息",
Expand Down

1 comment on commit ac56214

@vercel
Copy link

@vercel vercel bot commented on ac56214 Sep 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.