diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 4fe6d2b85..2353ed988 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -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.', }, diff --git a/src/i18n/fr/index.ts b/src/i18n/fr/index.ts index 25fd4b0f5..b699f5f80 100644 --- a/src/i18n/fr/index.ts +++ b/src/i18n/fr/index.ts @@ -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.', }, diff --git a/src/i18n/pt/index.ts b/src/i18n/pt/index.ts index f1ecbada7..8743a7801 100644 --- a/src/i18n/pt/index.ts +++ b/src/i18n/pt/index.ts @@ -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.', },