Typo Fix on Lnaddress TextField

Removed 'i' from lightining :)
This commit is contained in:
Dawn
2024-08-30 09:45:13 -06:00
committed by GitHub
parent 388ccdbe75
commit 93e9e23730

View File

@@ -225,7 +225,7 @@ fun NewUserMetadataView(
onValueChange = { postViewModel.lnAddress.value = it }, onValueChange = { postViewModel.lnAddress.value = it },
placeholder = { placeholder = {
Text( Text(
text = "me@mylightiningnode.com", text = "me@mylightningnode.com",
color = MaterialTheme.colorScheme.placeholderText, color = MaterialTheme.colorScheme.placeholderText,
) )
}, },