Skip to content

Commit

Permalink
fix(mobile): Battery text update (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
voloshinskii authored Apr 11, 2024
1 parent a0b6aeb commit 78a610e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/shared/i18n/locales/tonkeeper/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
"transactions": {
"types": {
"nft": "NFT transfers",
"swap": "swaps",
"swap": "swaps via Tonkeeper",
"jetton": "token transfers",
"ton": "TON transfers"
},
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/i18n/locales/tonkeeper/ru-RU.json
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@
"transactions": {
"types": {
"nft": "отправка NFT",
"swap": "обмен",
"swap": "обмен через Tonkeeper",
"jetton": "отправка токенов",
"ton": "отправка TON"
},
Expand All @@ -1090,7 +1090,7 @@
"ok": "OK",
"title": "Батарейка Tonkeeper",
"description": {
"empty": "Обменивайте и отправляйте токены.",
"empty": "Обменивайте через Tonkeeper, отправляйте токены.",
"other": {
"few": "%{count} заряда",
"many": "%{count} зарядов",
Expand Down

0 comments on commit 78a610e

Please sign in to comment.