Typo Grand -> Grant

This commit is contained in:
Lorenz Hohermuth 2025-03-25 09:17:19 +01:00
parent b6724fc04c
commit a0a8b6783e
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ fun WeatherInfo(modifier: Modifier = Modifier) {
), ),
) { ) {
Text( Text(
text = "Grand Permission", text = "Grant Permission",
fontWeight = breezeFontWeight, fontWeight = breezeFontWeight,
) )
} }