From caef071425d6f4440968ef311627f671b481fb2b Mon Sep 17 00:00:00 2001 From: zoe Date: Wed, 3 Aug 2022 18:16:32 +0200 Subject: [PATCH] change tos --- lib/about.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/about.dart b/lib/about.dart index 5418f6d..7c7ccd0 100644 --- a/lib/about.dart +++ b/lib/about.dart @@ -16,7 +16,7 @@ class AboutButton extends StatelessWidget { "THE MOST FUN YOU CAN POSSIBLY HAVE WHILE LOOKING AT A WEBSITE! PRESS THE BUTTONS TO WIN!") ], applicationLegalese: - "this application is licensed under the \"you will be eaten by ants if you do something i dont like\" license. the name is self explanatory"); + "this application is licensed under the \"you will be eaten by ants if you do something i dont like\" license. the name is self explanatory, THIS WEBSITE IS ILLEGAL TO USE OR EVEN LOOK AT, SORRY"); }, child: const Icon(Icons.question_mark), );