From 2c36802d6da1fb33ad484594d9bea55ae568bfa7 Mon Sep 17 00:00:00 2001 From: whekin Date: Tue, 17 Mar 2026 02:25:05 +0400 Subject: [PATCH] fix(miniapp): translate Split By and Admin Access fields --- apps/miniapp/src/i18n.ts | 2 ++ apps/miniapp/src/routes/ledger.tsx | 8 ++++---- apps/miniapp/src/routes/settings.tsx | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/apps/miniapp/src/i18n.ts b/apps/miniapp/src/i18n.ts index 9ee952a..e6c06da 100644 --- a/apps/miniapp/src/i18n.ts +++ b/apps/miniapp/src/i18n.ts @@ -339,6 +339,7 @@ export const dictionary = { saveRentWeightAction: 'Save rent weight', savingRentWeight: 'Saving weight…', promoteAdminAction: 'Promote to admin', + promoteAdminLabel: 'Admin access', promotingAdmin: 'Promoting…', residentHouseTitle: 'Household access', residentHouseBody: @@ -696,6 +697,7 @@ export const dictionary = { saveRentWeightAction: 'Сохранить вес аренды', savingRentWeight: 'Сохраняем вес…', promoteAdminAction: 'Сделать админом', + promoteAdminLabel: 'Доступ админа', promotingAdmin: 'Повышаем…', residentHouseTitle: 'Доступ к дому', residentHouseBody: diff --git a/apps/miniapp/src/routes/ledger.tsx b/apps/miniapp/src/routes/ledger.tsx index 5c428e3..a16aeb7 100644 --- a/apps/miniapp/src/routes/ledger.tsx +++ b/apps/miniapp/src/routes/ledger.tsx @@ -817,10 +817,10 @@ export default function LedgerRoute() { />
- + setPurchaseDraft((d) => { diff --git a/apps/miniapp/src/routes/settings.tsx b/apps/miniapp/src/routes/settings.tsx index 1a16efa..5ec0a62 100644 --- a/apps/miniapp/src/routes/settings.tsx +++ b/apps/miniapp/src/routes/settings.tsx @@ -907,7 +907,7 @@ export default function SettingsRoute() { /> - +