Skip to content

Commit

Permalink
Merge pull request #227 from P4-Games/fix/locale
Browse files Browse the repository at this point in the history
[fix] 🌐 update translation quantity
  • Loading branch information
dappsar committed Dec 4, 2023
2 parents d0af0cd + ed32e18 commit 17e261d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Navbar/AccountInfo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const AccountInfo = ({ showAccountInfo, setShowAccountInfo }) => {
title: `${t('account_send_dai_title')}`,
html: `
<input id="wallet" class="swal2-input" placeholder="${t('wallet_destinatario')}">
<input id="amount" type='number' class="swal2-input" placeholder="${t('cantidad')}">
<input id="amount" type='number' class="swal2-input" placeholder="${t('account_send_dai_quantity')}">
`,
showDenyButton: false,
showCancelButton: true,
Expand Down

0 comments on commit 17e261d

Please sign in to comment.