mirror of
https://github.com/usetrmnl/trmnl-android.git
synced 2026-04-29 13:35:26 -07:00
[MINOR] Fixed messaging for BYOS
This commit is contained in:
@@ -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. Only secure HTTPS URL supported. ")
|
||||
append("Bring your own server (BYOS) config.")
|
||||
|
||||
withLink(
|
||||
LinkAnnotation.Url(
|
||||
|
||||
Reference in New Issue
Block a user