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 be01d16 commit d829ea4Copy full SHA for d829ea4
app/src/main/java/to/bitkit/ui/screens/wallets/sheets/NewTransactionSheet.kt
@@ -172,7 +172,7 @@ private fun NewTransactionSheetView(
172
}
173
} else {
174
PrimaryButton(
175
- text = stringResource(R.string.common__close), //TODO get correct text
+ text = stringResource(R.string.common__ok_random).split("\n").random(),
176
onClick = onCloseClick,
177
)
178
0 commit comments