Skip to content

Commit

Permalink
update texts
Browse files Browse the repository at this point in the history
  • Loading branch information
MickWang committed Jul 8, 2020
1 parent b32b4f0 commit d2a44f8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/common/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ Within their 50% share each consensus node will receive their share according to
submit: 'Submit',
updateSuccess: 'Update node info succeed',
updateFailed: 'Update node info failed',
ledgerWalletNotSupportForNow: 'Nodes registered with ledger currently do not support updating node-related information '
ledgerWalletNotSupportForNow: 'Nodes registered with ledger currently do not support updating node-related information. Please email to: '
},
exchange: {
exchange: 'Exchange',
Expand Down
2 changes: 1 addition & 1 deletion src/common/lang/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@ export default {
submit: '提交',
updateSuccess: '更新成功',
updateFailed: '更新失败',
ledgerWalletNotSupportForNow: '使用Ledger注册的节点,暂时不支持更新节点相关信息'
ledgerWalletNotSupportForNow: '使用Ledger注册的节点,暂时不支持更新节点相关信息.请发送邮件至:'
},
exchange: {
exchange: 'Exchange',
Expand Down
5 changes: 4 additions & 1 deletion src/renderer/components/Node/NodeStake/NodeInfo.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
<template>
<div>
<div v-if="!stakeWallet.key" class="ledger-not-support">
{{$t('nodeInfo.ledgerWalletNotSupportForNow')}}
<p>{{$t('nodeInfo.ledgerWalletNotSupportForNow')}}
<a href=mailto:[email protected]>[email protected]</a>
</p>

</div>
<div class="container" v-if="stakeWallet.key">
<div class="info-container">
Expand Down

0 comments on commit d2a44f8

Please sign in to comment.