removed unneccessary double quotes

This commit is contained in:
2025-11-16 20:11:10 +01:00
parent a1d57fc424
commit 10a45ac1f0

View File

@@ -51,7 +51,7 @@ class _GroupsViewState extends State<GroupsView> {
return const Center( return const Center(
child: TopCenteredMessage( child: TopCenteredMessage(
icon: Icons.report, icon: Icons.report,
title: "Error", title: 'Error',
message: 'Group data couldn\'t\nbe loaded.', message: 'Group data couldn\'t\nbe loaded.',
), ),
); );
@@ -61,7 +61,7 @@ class _GroupsViewState extends State<GroupsView> {
return const Center( return const Center(
child: TopCenteredMessage( child: TopCenteredMessage(
icon: Icons.info, icon: Icons.info,
title: "Info", title: 'Info',
message: 'No groups created yet.', message: 'No groups created yet.',
), ),
); );