diff --git a/app/src/main/java/com/vitorpamplona/amethyst/ui/components/TextSpinner.kt b/app/src/main/java/com/vitorpamplona/amethyst/ui/components/TextSpinner.kt index 7a4b3ca16..d55227fe2 100644 --- a/app/src/main/java/com/vitorpamplona/amethyst/ui/components/TextSpinner.kt +++ b/app/src/main/java/com/vitorpamplona/amethyst/ui/components/TextSpinner.kt @@ -29,6 +29,7 @@ import androidx.compose.ui.focus.FocusRequester import androidx.compose.ui.focus.focusRequester import androidx.compose.ui.graphics.Color import androidx.compose.ui.unit.dp +import androidx.compose.ui.unit.sp import androidx.compose.ui.window.Dialog @Composable @@ -106,7 +107,7 @@ fun SpinnerSelectionDialog(options: List, explainers: List?, onD modifier = Modifier .fillMaxWidth() ) { - Text(text = it, color = Color.Gray) + Text(text = it, color = Color.Gray, fontSize = 14.sp) } } } diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index cbc905e1d..a42bec5a5 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -327,25 +327,25 @@ File Server LnAddress or @User - imgur.com - less secure - Uploads to Imgur. Imgur can change your image/video at any time + imgur.com - trusted + Imgur can modify the file - nostrimg.com - less secure - Uploads to NostrImg. NostrImg can change your image at any time + nostrimg.com - trusted + NostrImg can modify the file - nostr.build- less secure - Uploads to nostr.build. Nostr.build can change your image at any time + nostr.build - trusted + Nostr.build can modify the file Verifiable Imgur (NIP-94) - Protects from Imgur modifying the content afterwards. This is a new NIP: other clients might not see the image + Checks if Imgur modified the file. New NIP: other clients might not see it Verifiable NostrImg (NIP-94) - Protects from NostrImg modifying the content afterwards. This is a new NIP: other clients might not see the image + Checks if NostrImg modified the file. New NIP: other clients might not see it Verifiable Nostr.build (NIP-94) - Protects from Nostr.build modifying the content afterwards. This is a new NIP: other clients might not see the image + Checks if Nostr.build modified the file. New NIP: other clients might not see it Your relays (NIP-95) - Files are uploaded to and hosted by relays. They are free from a fixed url (third-party dependency). Make sure to have a NIP-95 relay in your relay list + Files are hosted by your relays. New NIP: check if they support