Skip to content

Commit d829ea4

Browse files
committed
fix: text receive
1 parent be01d16 commit d829ea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/to/bitkit/ui/screens/wallets/sheets/NewTransactionSheet.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ private fun NewTransactionSheetView(
172172
}
173173
} else {
174174
PrimaryButton(
175-
text = stringResource(R.string.common__close), //TODO get correct text
175+
text = stringResource(R.string.common__ok_random).split("\n").random(),
176176
onClick = onCloseClick,
177177
)
178178
}

0 commit comments

Comments
 (0)