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 0567c399..3b8b27f8 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 @@ -4228,7 +4228,7 @@ class _ProfilePageState extends ConsumerState { context: context, builder: (context) => AlertDialog( title: const Text('退出登录'), - content: const Text('确定要退出当前账号吗?\n\n退出后账号数据会保留在本地,可在账号切换页面重新登录。'), + content: const Text('确定要退出当前账号吗?'), actions: [ TextButton( onPressed: () => Navigator.of(context).pop(),