Skip to content

Commit

Permalink
feat: sign and withdraw
Browse files Browse the repository at this point in the history
  • Loading branch information
marcomariscal committed Jul 9, 2024
1 parent d8b730b commit 5d63f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/i18n/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@
"view-on-explorer": "View on explorer"
},
"WithdrawForm": {
"need-signature": "Sign",
"need-signature": "Sign and Withdraw",
"withdraw-address": "Enter address to withdraw funds to",
"address": "Address",
"fetching-fee-estimate": "Fetching fee estimate...",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/i18n/locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@
"view-on-explorer": "在区块链浏览器上查看"
},
"WithdrawForm": {
"need-signature": "签名",
"need-signature": "签名并提取",
"withdraw-address": "输入提款地址",
"address": "地址",
"fetching-fee-estimate": "在接收费用估计...",
Expand Down

0 comments on commit 5d63f2a

Please sign in to comment.