GameResultView erstellen #62
@@ -78,7 +78,7 @@ class _GameHistoryViewState extends State<GameHistoryView> {
|
||||
child: TopCenteredMessage(
|
||||
icon: Icons.report,
|
||||
title: 'Info',
|
||||
message: 'No games created yet.',
|
||||
message: 'No games created yet',
|
||||
|
sneeex marked this conversation as resolved
Outdated
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
@@ -56,7 +56,7 @@ class _GroupsViewState extends State<GroupsView> {
|
||||
child: TopCenteredMessage(
|
||||
icon: Icons.report,
|
||||
title: 'Error',
|
||||
message: 'Group data couldn\'t\nbe loaded.',
|
||||
message: 'Group data couldn\'t\nbe loaded',
|
||||
),
|
||||
);
|
||||
}
|
||||
@@ -66,7 +66,7 @@ class _GroupsViewState extends State<GroupsView> {
|
||||
child: TopCenteredMessage(
|
||||
icon: Icons.info,
|
||||
title: 'Info',
|
||||
message: 'No groups created yet.',
|
||||
message: 'No groups created yet',
|
||||
),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user
Ich finde wir sollten für solche generischen Statusmeldungen nicht komplette Sätze mit Punkt machen oder?
Finde
No games created yetpasst da besser rein als die Version mit Punkt am Ende