From 48c2d3db1f9972290ee318ad34d590aae7b42e8b Mon Sep 17 00:00:00 2001 From: Alexander Petkov Date: Wed, 8 Feb 2023 15:52:05 +0200 Subject: [PATCH] en/one-time-donation.js: Swap {{totalAmount} and {{amount}} Matches with the translated BG string Fixes #1244 --- public/locales/en/one-time-donation.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/locales/en/one-time-donation.json b/public/locales/en/one-time-donation.json index e20f2eece..f905ec1f6 100644 --- a/public/locales/en/one-time-donation.json +++ b/public/locales/en/one-time-donation.json @@ -52,7 +52,7 @@ "card": "Card", "card-include-fees": "I want to cover transaction fees for card issued in:", "card-fees": "For donations by card we use the services of Stripe and for every transfer they charge a fee depending on region of your card issuer. To orient you about the net donation, after you choose the desired amount, we will show you the calculated fee below. More details for Stripe fees can be found here: ", - "card-calculated-fees": "For your donation of {{amount}}, the fee from Stripe will be {{fees}}, and the total charged amount will be {{totalAmount}}", + "card-calculated-fees": "For your donation of {{totalAmount}}, the fee from Stripe will be {{fees}}, and the total charged amount will be {{amount}}", "card-region": { "title": "region", "EU": "Europe",