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 d829ea4 commit 814aae0Copy full SHA for 814aae0
app/src/main/java/to/bitkit/ui/screens/wallets/sheets/NewTransactionSheet.kt
@@ -39,6 +39,7 @@ import to.bitkit.ui.scaffold.SheetTopBar
39
import to.bitkit.ui.shared.util.gradientBackground
40
import to.bitkit.ui.theme.AppShapes
41
import to.bitkit.ui.theme.AppThemeSurface
42
+import to.bitkit.ui.utils.localizedRandom
43
import to.bitkit.viewmodels.AppViewModel
44
45
@Composable
@@ -172,7 +173,7 @@ private fun NewTransactionSheetView(
172
173
}
174
} else {
175
PrimaryButton(
- text = stringResource(R.string.common__ok_random).split("\n").random(),
176
+ text = localizedRandom(R.string.common__ok_random),
177
onClick = onCloseClick,
178
)
179
0 commit comments