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:
parent
5ea8d8fea5
commit
71a9961f94
|
|
@ -199,7 +199,7 @@ class ReceiveSharesPage extends ConsumerWidget {
|
||||||
child: Column(
|
child: Column(
|
||||||
children: [
|
children: [
|
||||||
const Text(
|
const Text(
|
||||||
'或告诉对方您的手机号',
|
'或告诉对方您的账号',
|
||||||
style: TextStyle(
|
style: TextStyle(
|
||||||
fontSize: 14,
|
fontSize: 14,
|
||||||
color: _grayText,
|
color: _grayText,
|
||||||
|
|
|
||||||
|
|
@ -425,7 +425,7 @@ class ContributionPage extends ConsumerWidget {
|
||||||
icon: Icons.groups_outlined,
|
icon: Icons.groups_outlined,
|
||||||
iconColor: Colors.blue,
|
iconColor: Colors.blue,
|
||||||
title: '团队下贡献值',
|
title: '团队下贡献值',
|
||||||
subtitle: '引荐及间推用户参与产生的贡献值',
|
subtitle: '股行用户引荐',
|
||||||
amount: contribution?.teamLevelContribution ?? '0',
|
amount: contribution?.teamLevelContribution ?? '0',
|
||||||
hideAmounts: hideAmounts,
|
hideAmounts: hideAmounts,
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue