From a683dc7e998f9d58f8041af8acf4c9948a255a54 Mon Sep 17 00:00:00 2001 From: hangyu Date: Thu, 20 Jun 2024 10:45:23 -0700 Subject: [PATCH] string (#7945) --- .../project_root_selection/select_project_view.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/devtools_app/lib/src/screens/deep_link_validation/project_root_selection/select_project_view.dart b/packages/devtools_app/lib/src/screens/deep_link_validation/project_root_selection/select_project_view.dart index 14f8ccafcad..2d76cf3f340 100644 --- a/packages/devtools_app/lib/src/screens/deep_link_validation/project_root_selection/select_project_view.dart +++ b/packages/devtools_app/lib/src/screens/deep_link_validation/project_root_selection/select_project_view.dart @@ -206,7 +206,7 @@ class _LoadingProjectView extends StatelessWidget { child: const LinearProgressIndicator(), ), Text( - 'The first load will take longer than usual', + 'Loading your project usually takes about a minute.', style: theme.subtleTextStyle, ), ],