Fixed some small things

This commit is contained in:
Alessandro Autiero
2022-10-07 23:09:16 +02:00
parent 35704edf8e
commit 968739de9e
2 changed files with 8 additions and 4 deletions

View File

@@ -222,7 +222,7 @@ class _LaunchButtonState extends State<LaunchButton> {
builder: (context) => ContentDialog(
content: const SizedBox(
width: double.infinity,
child: Text("A token error occurred, restart the game and try again", textAlign: TextAlign.center)
child: Text("A token error occurred, restart the game and the lawin server, then try again", textAlign: TextAlign.center)
),
actions: [
SizedBox(