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 9ef43669..58ba5244 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 @@ -1886,7 +1886,7 @@ class _ProfilePageState extends ConsumerState { Expanded( child: Text( _communityBenefitActive - ? '有资格获得 3% 的社区福利' + ? '每新增认种 1 棵可获得 80 USDT' : '需团队认种达到 $_communityInitialTarget 棵激活', style: TextStyle( fontSize: 14,