We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7c209a commit 95daa1bCopy full SHA for 95daa1b
app/src/main/java/to/bitkit/ui/screens/wallets/send/SendAndReviewScreen.kt
@@ -119,9 +119,7 @@ private fun OnChainDescription(
119
) {
120
Column(modifier = Modifier.fillMaxWidth()) {
121
Caption13Up(
122
- text = stringResource(
123
- if (uiState.payMethod == SendMethod.ONCHAIN) R.string.wallet__send_to else R.string.wallet__send_invoice
124
- ),
+ text = stringResource(R.string.wallet__send_to),
125
color = Colors.White64,
126
)
127
val destination = uiState.address.ellipsisMiddle(25)
0 commit comments