From 08412a15b97788bf560c718a2343d8c1ed1b1538 Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Mon, 9 Feb 2026 06:58:16 -0500 Subject: [PATCH] [UPDATE] Info text for device type to be more precise --- .../ink/trmnl/android/ui/settings/DeviceTypeInfoTexts.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/java/ink/trmnl/android/ui/settings/DeviceTypeInfoTexts.kt b/app/src/main/java/ink/trmnl/android/ui/settings/DeviceTypeInfoTexts.kt index 9da7985..0dcaedf 100644 --- a/app/src/main/java/ink/trmnl/android/ui/settings/DeviceTypeInfoTexts.kt +++ b/app/src/main/java/ink/trmnl/android/ui/settings/DeviceTypeInfoTexts.kt @@ -55,7 +55,7 @@ internal fun TrmnlDeviceTypeInfoText() { val linkStyle = SpanStyle(color = MaterialTheme.colorScheme.primary, textDecoration = TextDecoration.Underline) val annotatedString = buildAnnotatedString { - append("Your TRMNL device token can be found in settings screen from your ") + append("Mirrors your existing TRMNL content. Your TRMNL device token can be found in settings screen from your ") withLink( LinkAnnotation.Url( @@ -110,7 +110,7 @@ internal fun ByodDeviceTypeInfoText() { val linkStyle = SpanStyle(color = MaterialTheme.colorScheme.primary, textDecoration = TextDecoration.Underline) val annotatedString = buildAnnotatedString { - append("Bring your own device (BYOD) works like a master TRMNL device. You will need BYOD add-on. ") + append("Bring your own device (BYOD) config. You will need BYOD add-on license. ") withLink( LinkAnnotation.Url( @@ -151,7 +151,7 @@ internal fun ByosDeviceTypeInfoText() { val linkStyle = SpanStyle(color = MaterialTheme.colorScheme.primary, textDecoration = TextDecoration.Underline) val annotatedString = buildAnnotatedString { - append("Bring your own server (BYOS) config.") + append("Bring your own server (BYOS) config. ") withLink( LinkAnnotation.Url(