Corrected info message

This commit is contained in:
2025-12-09 18:10:31 +01:00
parent 7cff48ebc0
commit 062c2681bf

View File

@@ -76,8 +76,8 @@ class _ChooseGroupViewState extends State<ChooseGroupView> {
visible: filteredGroups.isNotEmpty, visible: filteredGroups.isNotEmpty,
replacement: const TopCenteredMessage( replacement: const TopCenteredMessage(
icon: Icons.info, icon: Icons.info,
title: 'No group', title: 'Info',
message: 'There is no group matching your search.', message: 'There is no group matching your search',
), ),
child: ListView.builder( child: ListView.builder(
padding: const EdgeInsets.only(bottom: 85), padding: const EdgeInsets.only(bottom: 85),