From 78a610efa3e63fb1b59d24c0dd715c2ed0e2fe63 Mon Sep 17 00:00:00 2001 From: Max Voloshinskii Date: Thu, 11 Apr 2024 23:26:18 +0300 Subject: [PATCH] fix(mobile): Battery text update (#793) --- packages/shared/i18n/locales/tonkeeper/en.json | 4 ++-- packages/shared/i18n/locales/tonkeeper/ru-RU.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/shared/i18n/locales/tonkeeper/en.json b/packages/shared/i18n/locales/tonkeeper/en.json index 830a1d6bf..0de2f1f34 100644 --- a/packages/shared/i18n/locales/tonkeeper/en.json +++ b/packages/shared/i18n/locales/tonkeeper/en.json @@ -130,7 +130,7 @@ "transactions": { "types": { "nft": "NFT transfers", - "swap": "swaps", + "swap": "swaps via Tonkeeper", "jetton": "token transfers", "ton": "TON transfers" }, @@ -156,7 +156,7 @@ "ok": "OK", "title": "Tonkeeper Battery", "description": { - "empty": "Swap, send tokens and NFTs.", + "empty": "Swap via Tonkeeper, send tokens and NFTs.", "other": { "few": "%{count} charges", "many": "%{count} charges", diff --git a/packages/shared/i18n/locales/tonkeeper/ru-RU.json b/packages/shared/i18n/locales/tonkeeper/ru-RU.json index 88d33513b..961df975d 100644 --- a/packages/shared/i18n/locales/tonkeeper/ru-RU.json +++ b/packages/shared/i18n/locales/tonkeeper/ru-RU.json @@ -1064,7 +1064,7 @@ "transactions": { "types": { "nft": "отправка NFT", - "swap": "обмен", + "swap": "обмен через Tonkeeper", "jetton": "отправка токенов", "ton": "отправка TON" }, @@ -1090,7 +1090,7 @@ "ok": "OK", "title": "Батарейка Tonkeeper", "description": { - "empty": "Обменивайте и отправляйте токены.", + "empty": "Обменивайте через Tonkeeper, отправляйте токены.", "other": { "few": "%{count} заряда", "many": "%{count} зарядов",