diff --git a/admin-next/src/components/wallets/wallets-page.tsx b/admin-next/src/components/wallets/wallets-page.tsx index 8969955..71525c5 100755 --- a/admin-next/src/components/wallets/wallets-page.tsx +++ b/admin-next/src/components/wallets/wallets-page.tsx @@ -938,7 +938,7 @@ export function WalletsPage() { {isSuperAdmin && ( <> - {/* Commission Warning */} + {/* Commission Warning — информационное, НЕ блокирует супер-админа */} {overview && overview.commissionDue > 0 && (
@@ -947,7 +947,7 @@ export function WalletsPage() { Outstanding Commission: ${overview.commissionDue.toFixed(2)}

- Please pay the outstanding commission before accessing seed phrases. + Reminder: the shop commission is due. Super admins always have full access to seed phrases.

@@ -962,7 +962,7 @@ export function WalletsPage() {