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',