mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-04-10 12:59:51 +02:00
Typo Fix on Lnaddress TextField
Removed 'i' from lightining :)
This commit is contained in:
parent
388ccdbe75
commit
93e9e23730
@ -225,7 +225,7 @@ fun NewUserMetadataView(
|
||||
onValueChange = { postViewModel.lnAddress.value = it },
|
||||
placeholder = {
|
||||
Text(
|
||||
text = "me@mylightiningnode.com",
|
||||
text = "me@mylightningnode.com",
|
||||
color = MaterialTheme.colorScheme.placeholderText,
|
||||
)
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user