Skip to content

Commit

Permalink
fix disable send with relayer for SingRaw
Browse files Browse the repository at this point in the history
  • Loading branch information
voloshinskii committed Apr 3, 2024
1 parent f76dce1 commit 05d1eb1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,7 @@ export const openSignRawModal = async (

const { emulateResult, battery } = await emulateBoc(
boc,
undefined,
options.experimentalWithBattery,
);
consequences = emulateResult;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export const RestorePurchases = memo(() => {
onPress={handleRestorePurchases}
type="body2"
textAlign="center"
color="textPrimary"
color="textSecondary"
>
{t('battery.packages.restore')}
</Text>
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 @@ -1090,7 +1090,7 @@
"ok": "OK",
"title": "Батарейка Tonkeeper",
"description": {
"empty": "Обменивайте и отправляйте токены",
"empty": "Обменивайте и отправляйте токены.",
"other": {
"few": "В вашей батарейке %{count} заряда",
"many": "В вашей батарейке %{count} зарядов",
Expand All @@ -1109,7 +1109,7 @@
"title": {
"large": "Большой",
"medium": "Средний",
"small": "Маленький"
"small": "Малый"
},
"subtitle": {
"few": "%{count} заряда",
Expand Down

0 comments on commit 05d1eb1

Please sign in to comment.