From bd320f1fbfcde8fa6ebf2a905d6886b657a978f0 Mon Sep 17 00:00:00 2001 From: hailin Date: Mon, 22 Dec 2025 02:10:41 -0800 Subject: [PATCH] =?UTF-8?q?fix(mobile-app):=20=E6=98=BE=E7=A4=BA'=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E8=B4=A6=E5=8F=B7=E5=AE=A1=E6=A0=B8=E4=B8=AD...'?= =?UTF-8?q?=E8=80=8C=E4=B8=8D=E6=98=AF'=E9=92=B1=E5=8C=85=E7=94=9F?= =?UTF-8?q?=E6=88=90=E4=B8=AD...'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../lib/features/profile/presentation/pages/profile_page.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/mobile-app/lib/features/profile/presentation/pages/profile_page.dart b/frontend/mobile-app/lib/features/profile/presentation/pages/profile_page.dart index 46b8c3b5..5e8dfdfe 100644 --- a/frontend/mobile-app/lib/features/profile/presentation/pages/profile_page.dart +++ b/frontend/mobile-app/lib/features/profile/presentation/pages/profile_page.dart @@ -4113,7 +4113,7 @@ class _ProfilePageState extends ConsumerState { } } - // 2. 钱包未就绪,显示生成中状态 + // 2. 钱包未就绪,显示审核中状态 return Row( children: [ const SizedBox( @@ -4126,7 +4126,7 @@ class _ProfilePageState extends ConsumerState { ), const SizedBox(width: 8), Text( - '钱包生成中...', + '创建账号审核中...', style: const TextStyle( fontSize: 14, fontFamily: 'Inter',