Skip to content

Commit

Permalink
standardize message
Browse files Browse the repository at this point in the history
  • Loading branch information
gluneau committed Jan 9, 2024
1 parent b5a39fb commit f0ab83c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/i18n/en-US/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ export default {
'The amount of token to be staking must be greater than {amount} {symbol}',
allFundsWillBeTransferred:
'All funds will be transferred because the min. staking amount is {minStakingAmount} {symbol}',
invalidBalance: 'Insufficient transferrable balance to complete the transaction',
invalidBalance: 'You do not have enough tokens to pay the transaction fee',
warningLeaveMinAmount:
'Account must hold greater than {amount}{symbol} in transferrable when you stake.',
},
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/fr/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ export default {
'Le montant de jeton à mettre en staking doit être supérieur à {amount} {symbol}',
allFundsWillBeTransferred:
'Tous les fonds seront transférés car le montant minimum est de {minStakingAmount} {symbol}',
invalidBalance: 'Solde transférable insuffisant pour finaliser la transaction',
invalidBalance: "Vous n'avez pas assez de jetons pour payer les frais de transaction",
warningLeaveMinAmount:
'Le compte doit contenir un montant supérieur à {amount}{symbol} transférable lorsque vous misez.',
},
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/pt/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ export default {
notEnoughMinAmount: 'A quantidade de token em stake deve ser maior que {amount} {symbol}',
allFundsWillBeTransferred:
'Todos os fundos serão transferidos porque o valor min. do stake é {minStakingAmount} {symbol}',
invalidBalance: 'Saldo transferível insuficiente para concluir a transação',
invalidBalance: 'Você não tem tokens suficientes para pagar a taxa de transação',
warningLeaveMinAmount:
'A conta deve conter mais de {amount}{symbol} em valor transferível quando você faz stake.',
},
Expand Down

0 comments on commit f0ab83c

Please sign in to comment.