mirror of
https://github.com/usetrmnl/trmnl-android.git
synced 2026-04-29 13:35:26 -07:00
[Minor] Tweak in language
This commit is contained in:
@@ -165,10 +165,10 @@ fun AppInfoContent(
|
||||
|
||||
// App Description
|
||||
Text(
|
||||
text = "Display your TRMNL device content on your Android device",
|
||||
text = "Display your TRMNL content on your Android device",
|
||||
style = MaterialTheme.typography.bodyMedium,
|
||||
color = MaterialTheme.colorScheme.onSurfaceVariant,
|
||||
textAlign = androidx.compose.ui.text.style.TextAlign.Center,
|
||||
textAlign = TextAlign.Center,
|
||||
)
|
||||
|
||||
Spacer(modifier = Modifier.height(28.dp))
|
||||
|
||||
Reference in New Issue
Block a user