Skip to content

Commit

Permalink
feat: 🎸 add help for cross chain
Browse files Browse the repository at this point in the history
  • Loading branch information
hzz780 committed Feb 22, 2020
1 parent b256cb1 commit 55ce713
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion app/web/js/langConfig/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,5 +156,7 @@ export default {
'aelf.Notes on cross chain transfer 6':
'2. Cross chain transfer requires two transactions, one sending transaction and one confirming transaction, with a certain block confirmation time in the middle.' +
"You can view the cross chain transfer to be confirmed in 'Settings - Unconfirmed cross chain transactions'.",
'aelf.Notes on cross chain transfer 7': '3. Please make sure you have enough token to pay the fee in the two chain.'
'aelf.Notes on cross chain transfer 7': '3. Please make sure you have enough token to pay the fee in the two chain.',
'aelf.Notes on cross chain transfer 8': "4. Please turn to 'Settings - SystemSetting - Switch Wallet', select the receive wallet to get the confirming transaction." +
'You can not see the confirming transaction in this wallet.'
};
3 changes: 2 additions & 1 deletion app/web/js/langConfig/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,5 +155,6 @@ export default {
'aelf.Notes on cross chain transfer 5': '1. 其它钱包发起的跨链转账,本web钱包暂时无法确认交易。',
'aelf.Notes on cross chain transfer 6':
'2. 跨链转账需要发两笔交易,一笔发送交易,一笔确认交易。两笔交易中间会需要等待一定的区块确认时间。在 ‘设置 - 待确认跨链转账’,可以查看待确认的跨链转账。',
'aelf.Notes on cross chain transfer 7': '3. 请确保您有足够的代币支付两个链中的交易手续费。'
'aelf.Notes on cross chain transfer 7': '3. 请确保您有足够的代币支付两个链中的交易手续费。',
'aelf.Notes on cross chain transfer 8': '4. 确认交易请在‘设置 - 系统设置’中,选择到对应的接收钱包中查看,发起交易的钱包无法查看该交易。'
};
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class NotesOnCrossChainTransfer extends Component {
<p><FormattedMessage id = 'aelf.Notes on cross chain transfer 5' /></p>
<p><FormattedMessage id = 'aelf.Notes on cross chain transfer 6' /></p>
<p><FormattedMessage id = 'aelf.Notes on cross chain transfer 7' /></p>
<p><FormattedMessage id = 'aelf.Notes on cross chain transfer 8' /></p>
</div>
</div>
);
Expand Down

0 comments on commit 55ce713

Please sign in to comment.