refactor(frontend): update UI text labels

- Change contribution page subtitle to '股行用户引荐'
- Change receive shares page text from '手机号' to '账号'

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
hailin 2026-01-19 04:52:38 -08:00
parent 5ea8d8fea5
commit 71a9961f94
2 changed files with 2 additions and 2 deletions

View File

@ -199,7 +199,7 @@ class ReceiveSharesPage extends ConsumerWidget {
child: Column(
children: [
const Text(
'或告诉对方您的手机',
'或告诉对方您的',
style: TextStyle(
fontSize: 14,
color: _grayText,

View File

@ -425,7 +425,7 @@ class ContributionPage extends ConsumerWidget {
icon: Icons.groups_outlined,
iconColor: Colors.blue,
title: '团队下贡献值',
subtitle: '引荐及间推用户参与产生的贡献值',
subtitle: '股行用户引荐',
amount: contribution?.teamLevelContribution ?? '0',
hideAmounts: hideAmounts,
),