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": "Загрузить",