Update UpdateZapAmountDialog.kt

This commit is contained in:
Believethehype
2023-03-29 18:26:44 +02:00
parent b865d15adf
commit 3cd6bab7e9
@@ -370,7 +370,7 @@ fun UpdateZapAmountDialog(onClose: () -> Unit, account: Account) {
onValueChange = { postViewModel.walletConnectRelay = it },
placeholder = {
Text(
text = "relay.server.com",
text = "wss://relay.server.com",
color = MaterialTheme.colors.onSurface.copy(alpha = 0.32f),
maxLines = 1
)