Skip to content

Commit 5d63f2a

Browse files
committed
feat: sign and withdraw
1 parent d8b730b commit 5d63f2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/i18n/locales/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@
358358
"view-on-explorer": "View on explorer"
359359
},
360360
"WithdrawForm": {
361-
"need-signature": "Sign",
361+
"need-signature": "Sign and Withdraw",
362362
"withdraw-address": "Enter address to withdraw funds to",
363363
"address": "Address",
364364
"fetching-fee-estimate": "Fetching fee estimate...",

frontend/src/i18n/locales/zh-CN.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
"view-on-explorer": "在区块链浏览器上查看"
358358
},
359359
"WithdrawForm": {
360-
"need-signature": "签名",
360+
"need-signature": "签名并提取",
361361
"withdraw-address": "输入提款地址",
362362
"address": "地址",
363363
"fetching-fee-estimate": "在接收费用估计...",

0 commit comments

Comments
 (0)