From 342bf702898dfe7bb734985be39b8c582478d610 Mon Sep 17 00:00:00 2001 From: timklge <2026103+timklge@users.noreply.github.com> Date: Fri, 2 May 2025 00:04:18 +0200 Subject: [PATCH] Shorten introductory text (#112) --- .../main/kotlin/de/timklge/karooheadwind/screens/MainScreen.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/kotlin/de/timklge/karooheadwind/screens/MainScreen.kt b/app/src/main/kotlin/de/timklge/karooheadwind/screens/MainScreen.kt index a9cdb11..0ff3db0 100644 --- a/app/src/main/kotlin/de/timklge/karooheadwind/screens/MainScreen.kt +++ b/app/src/main/kotlin/de/timklge/karooheadwind/screens/MainScreen.kt @@ -139,7 +139,7 @@ fun MainScreen(close: () -> Unit) { Spacer(Modifier.padding(10.dp)) - Text("Please note that this app periodically fetches data from the OpenMeteo API to know the current weather at your approximate location. Google Crashlytics is used for crash reporting to help improve stability and performance.") + Text("Please note that this app periodically fetches weather data from OpenMeteo for your current location. Crashlytics is used for crash reporting to help improve stability.") } } )