Shorten introductory text (#112)

This commit is contained in:
timklge 2025-05-02 00:04:18 +02:00 committed by GitHub
parent 8da69f0542
commit 342bf70289
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.")
}
}
)