Skip to content

Commit

Permalink
Change the tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaneCQ committed Jan 5, 2021
1 parent f4d638d commit 0775585
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/app/locales/en-US.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,9 +456,9 @@ const en_US = {
'CrossChainTransForm.gasFee': 'Gas Fee',
'CrossChainTransForm.operationFee': 'Operation Fee',
'CrossChainTransForm.overBalance': 'The cost exceeds the balance. Please check the balance on both original and destination chain',
'CrossChainTransForm.overOriginalBalance': 'The cost exceeds the balance. Please check the balance on original chain',
'CrossChainTransForm.overOriginalBalance': 'The cost exceeds the balance. Please check the balance',
'CrossChainTransForm.originNoBalance': 'There is no balance on original chain',
'CrossChainTransForm.overTransBalance': 'The amount is greater than the balance',
'CrossChainTransForm.overTransBalance': 'Insufficient balance',
'CrossChainTransForm.transInfo': 'Cross Chain Transaction Information',
'CrossChainTransForm.invalidAmount': 'Please input amount equal to or greater than ',
'CrossChainTransForm.overQuota': 'The amount is greater than the remaining capacity of the storeman',
Expand Down
2 changes: 1 addition & 1 deletion src/app/locales/pt-PT.js
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ const pt_PT = {
'CrossChainTransForm.gasFee': 'Taxa do Gás',
'CrossChainTransForm.operationFee': 'Taxa de operação',
'CrossChainTransForm.overBalance': 'O custo excede o saldo. Verifique o saldo na blockchain original e na de destino',
'CrossChainTransForm.overOriginalBalance': 'The cost exceeds the balance. Please check the balance on original chain',
'CrossChainTransForm.overOriginalBalance': 'The cost exceeds the balance. Please check the balance',
'CrossChainTransForm.originNoBalance': 'There is no balance on original chain',
'CrossChainTransForm.overTransBalance': 'O valor é maior que o saldo',
'CrossChainTransForm.transInfo': 'Informações sobre transações cross-chain',
Expand Down
4 changes: 2 additions & 2 deletions src/app/locales/zh-CN.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,9 +456,9 @@ const zh_CN = {
'CrossChainTransForm.gasFee': 'Gas费用',
'CrossChainTransForm.operationFee': '手续费用',
'CrossChainTransForm.overBalance': '费用超出了余额, 请确保原始链和目标链余额充足',
'CrossChainTransForm.overOriginalBalance': '费用超出了余额, 请确保原始链余额充足',
'CrossChainTransForm.overOriginalBalance': '费用超出了余额, 请确保余额充足',
'CrossChainTransForm.originNoBalance': '原始链余额不足',
'CrossChainTransForm.overTransBalance': '输入金额超过账户余额',
'CrossChainTransForm.overTransBalance': '账户余额不足',
'CrossChainTransForm.transInfo': '跨链交易信息',
'CrossChainTransForm.invalidAmount': '请输入金额等于或大于 ',
'CrossChainTransForm.overQuota': '输入的金额超出Storeman的剩余配额',
Expand Down

0 comments on commit 0775585

Please sign in to comment.