Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TKAI-3679] Add service fee on withdraw instead of percentage #56

Merged
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/locales/br/frontend/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"make_a_deposit": "Fazer depósito",
"make_a_withdraw": "Fazer saque",
"recipient_address": "Endereço do destinatário",
"transaction_fee": "Taxa de transação ({{fee}}%)",
"transaction_fee": "Taxa de transação",
"available_amount": "Quantidade disponível:",
"you_will_get": "Você receberá",
"balance_description_1": "O valor acima é o seu saldo atual que reflete o total do tokens $TKAI em sua carteira na TAIKAI.",
Expand Down
2 changes: 1 addition & 1 deletion lib/locales/en/frontend/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"make_a_deposit": "Make a deposit",
"make_a_withdraw": "Make a withdraw",
"recipient_address": "Recipient’s address",
"transaction_fee": "Transaction fee ({{fee}}%)",
"transaction_fee": "Transaction fee",
"available_amount": "Available amount:",
"you_will_get": "You will get",
"balance_description_1": "The amount above is your current balance that reflects the total of the TKAI token in your TAIKAI wallet.",
Expand Down
2 changes: 1 addition & 1 deletion lib/locales/es/frontend/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"make_a_deposit": "Realizar un depósito",
"make_a_withdraw": "Realizar una transferencia",
"recipient_address": "Dirección del destinatario",
"transaction_fee": "Fee de transacción ({{fee}}%)",
"transaction_fee": "Fee de transacción",
"available_amount": "Monto disponible:",
"you_will_get": "Recibirás",
"balance_description_1": "El monto anterior es tu saldo actual, que refleja el total de tokens TKAI en tu billetera de TAIKAI",
Expand Down
2 changes: 1 addition & 1 deletion lib/locales/fr/frontend/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"make_a_deposit": "Effectuer un dépôt",
"make_a_withdraw": "Effectuer un retrait",
"recipient_address": "Adresse du destinataire",
"transaction_fee": "Frais de transaction ({{fee}}%)",
"transaction_fee": "Frais de transaction",
"available_amount": "Montant disponible :",
"you_will_get": "Vous obtiendrez",
"balance_description_1": "Le montant ci-dessus est votre solde actuel, qui reflète le total des jetons TKAI dans votre portefeuille TAIKAI.",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.0.7-10",
"version": "2.0.7-13",
"name": "@taikai/locales",
"description": "Expose the locales for the TAIKAI platform",
"author": "taikai",
Expand Down
Loading