diff --git a/frontend/mobile-app/lib/features/authorization/presentation/widgets/stickman_race_widget.dart b/frontend/mobile-app/lib/features/authorization/presentation/widgets/stickman_race_widget.dart index b74f726b..4c948ebc 100644 --- a/frontend/mobile-app/lib/features/authorization/presentation/widgets/stickman_race_widget.dart +++ b/frontend/mobile-app/lib/features/authorization/presentation/widgets/stickman_race_widget.dart @@ -482,7 +482,7 @@ class _StickmanRaceWidgetState extends State ), const SizedBox(height: 2), Text( - '本月收益: ${_formatCurrency(data.monthlyEarnings)} USDT', + '本月收益: ${_formatCurrency(data.monthlyEarnings)} 绿积分', style: const TextStyle( fontSize: 11, fontFamily: 'Inter',