From b20ec10c75104bb1003ee8731b9c8f3c3ab8fd84 Mon Sep 17 00:00:00 2001 From: hailin Date: Sat, 27 Dec 2025 11:23:45 -0800 Subject: [PATCH] =?UTF-8?q?refactor(mobile-app):=20=E4=BF=AE=E6=94=B9"?= =?UTF-8?q?=E6=88=91=E7=9A=84"=E9=A1=B5=E9=9D=A2=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - "团队种植树" → "同僚种植树" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../lib/features/profile/presentation/pages/profile_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3b8b27f8..53fdc379 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 @@ -3300,7 +3300,7 @@ class _ProfilePageState extends ConsumerState { child: Column( children: [ const Text( - '团队种植树', + '同僚种植树', style: TextStyle( fontSize: 12, fontFamily: 'Inter',