From 944785c6c2e0cfcea4456170d2bcc49cf9cdac63 Mon Sep 17 00:00:00 2001 From: leebernard-web Date: Wed, 27 May 2026 21:04:48 +0100 Subject: [PATCH] Restore default English localization file for wata-board-frontend --- wata-board-frontend/src/i18n/locales/en.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wata-board-frontend/src/i18n/locales/en.json b/wata-board-frontend/src/i18n/locales/en.json index 781820ae..0e0288b1 100644 --- a/wata-board-frontend/src/i18n/locales/en.json +++ b/wata-board-frontend/src/i18n/locales/en.json @@ -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...)",