Skip to content

Commit

Permalink
fix: use project instead of list in empty message
Browse files Browse the repository at this point in the history
  • Loading branch information
kolaente committed Sep 17, 2024
1 parent b2d8f36 commit c101df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/project/project_task_list.dart
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class _ListPageState extends State<ListPage> {
)
: Stack(children: [
ListView(),
Center(child: Text('This list is empty.'))
Center(child: Text('This project is empty.'))
]);
break;
case PageStatus.empty:
Expand Down

0 comments on commit c101df8

Please sign in to comment.