From f6956349e0a20c2fec7d3f3a0754429f37bc1c8b Mon Sep 17 00:00:00 2001 From: matthias Date: Wed, 26 Jun 2024 06:59:01 +0200 Subject: [PATCH] Small adjustment 3 month --> 3 months --- app/src/main/java/com/schoolapp/cleverclass/AboutActivity.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/java/com/schoolapp/cleverclass/AboutActivity.kt b/app/src/main/java/com/schoolapp/cleverclass/AboutActivity.kt index 81e3b1c..c54b42c 100644 --- a/app/src/main/java/com/schoolapp/cleverclass/AboutActivity.kt +++ b/app/src/main/java/com/schoolapp/cleverclass/AboutActivity.kt @@ -83,7 +83,7 @@ fun AboutContent(activity: ComponentActivity){ { AboutTextElement("This Product is published under the\nGNU General Public License\nVersion 3, 29 June 2007", 16.dp) AboutTextElement("Developed by:\n- Paul Posch\n- Matthias Meyer\n- Jakub Szarko\n- Emilian Bührer", 32.dp) - AboutTextElement("Fun Facts:\nThis app consists of 4.189 lines of code\nThe repository is 740KB big\nThe development took about 3 month", 64.dp) //TODO: Update before launch + AboutTextElement("Fun Facts:\nThis app consists of 4.189 lines of code\nThe repository is 740KB big\nThe development took about 3 months", 64.dp) //TODO: Update before launch Spacer(modifier = Modifier.height(32.dp)) Divider()