fix(mobile-app): 显示'创建账号审核中...'而不是'钱包生成中...'

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2025-12-22 02:10:41 -08:00
parent 7e1f9e952b
commit bd320f1fbf
1 changed files with 2 additions and 2 deletions

View File

@ -4113,7 +4113,7 @@ class _ProfilePageState extends ConsumerState<ProfilePage> {
}
}
// 2.
// 2.
return Row(
children: [
const SizedBox(
@ -4126,7 +4126,7 @@ class _ProfilePageState extends ConsumerState<ProfilePage> {
),
const SizedBox(width: 8),
Text(
'钱包生成中...',
'创建账号审核中...',
style: const TextStyle(
fontSize: 14,
fontFamily: 'Inter',