Skip to content

Commit

Permalink
Typo Fix on Lnaddress TextField
Browse files Browse the repository at this point in the history
Removed 'i' from lightining :)
  • Loading branch information
Dawn11111111 authored Aug 30, 2024
1 parent 388ccdb commit 93e9e23
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
},
Expand Down

0 comments on commit 93e9e23

Please sign in to comment.