Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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,
),
],
Expand Down