diff --git a/lib/presentation/views/main_menu/groups_view.dart b/lib/presentation/views/main_menu/groups_view.dart index 8b3bffe..7f1f32d 100644 --- a/lib/presentation/views/main_menu/groups_view.dart +++ b/lib/presentation/views/main_menu/groups_view.dart @@ -51,7 +51,7 @@ class _GroupsViewState extends State { return const Center( child: TopCenteredMessage( icon: Icons.report, - title: "Error", + title: 'Error', message: 'Group data couldn\'t\nbe loaded.', ), ); @@ -61,7 +61,7 @@ class _GroupsViewState extends State { return const Center( child: TopCenteredMessage( icon: Icons.info, - title: "Info", + title: 'Info', message: 'No groups created yet.', ), );