Skip to content
Merged
Changes from all 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: 2 additions & 0 deletions wata-board-frontend/src/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@
"amountTooLarge": "Amount is too large.",
"insufficientBalance": "Insufficient balance. Please add more XLM to your wallet.",
"estimatingFees": "Estimating transaction fees... Please wait.",
"estimationFailed": "Unable to estimate transaction fees. Please try again.",
"paymentSuccess": "Payment successful! Transaction ID: {{id}}...",
"paymentFailed": "Payment failed: {{error}}"
},

"feeEstimation": {
"title": "Transaction Fee Estimation",
"calculating": "(Calculating...)",
Expand Down
Loading