From 853b8550495d207c328e9ed9c633bfba2f5aeea9 Mon Sep 17 00:00:00 2001 From: Arseni Date: Thu, 12 Feb 2026 16:06:01 +0300 Subject: [PATCH] localization fix for amount --- frontend/pweb/lib/l10n/en.arb | 2 +- frontend/pweb/lib/l10n/ru.arb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/pweb/lib/l10n/en.arb b/frontend/pweb/lib/l10n/en.arb index e0f7245f..0b9a2966 100644 --- a/frontend/pweb/lib/l10n/en.arb +++ b/frontend/pweb/lib/l10n/en.arb @@ -511,7 +511,7 @@ }, "tokenColumn": "Token (required)", "currency": "Currency", - "amount": "Amount ₽", + "amount": "Amount", "comment": "Comment", "uploadCSV": "Upload your CSV", "upload": "Upload", diff --git a/frontend/pweb/lib/l10n/ru.arb b/frontend/pweb/lib/l10n/ru.arb index 051b1151..ae3d480d 100644 --- a/frontend/pweb/lib/l10n/ru.arb +++ b/frontend/pweb/lib/l10n/ru.arb @@ -511,7 +511,7 @@ }, "tokenColumn": "Токен (обязательно)", "currency": "Валюта", - "amount": "Сумма ₽", + "amount": "Сумма", "comment": "Комментарий", "uploadCSV": "Загрузите ваш CSV", "upload": "Загрузить",