Skip to content

Commit 2990891

Browse files
committed
fix: I18n for pending confirmations count
1 parent da1bfc3 commit 2990891

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/neuron-ui/src/locales

packages/neuron-ui/src/locales/zh.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"difficulty": "难度",
2828
"address": "地址",
2929
"confirmation": "{{confirmationCount}}/{{threshold}} 个确认",
30-
"confirmations": "{{confirmationCount}}{{threshold}} 个确认",
30+
"confirmations": "{{confirmationCount}}/{{threshold}} 个确认",
3131
"sent": "已发送",
3232
"sending": "正在发送",
3333
"received": "已收款",

0 commit comments

Comments
 (0)