Updated on 2026-08-14
This commit is contained in:
parent
93c4d337d2
commit
aa143c12fb
45 changed files with 613 additions and 300 deletions
|
|
@ -83,7 +83,7 @@ internal fun SaveWalletScreenContent(
|
|||
SpacerH24()
|
||||
Text(
|
||||
modifier = Modifier.fillMaxWidth(),
|
||||
text = stringResource(R.string.save_user_wallet_agreement_header),
|
||||
text = stringResource(R.string.onboarding_navbar_save_wallet),
|
||||
style = TangemTheme.typography.h2,
|
||||
color = TangemTheme.colors.text.primary1,
|
||||
textAlign = TextAlign.Center,
|
||||
|
|
@ -100,7 +100,10 @@ internal fun SaveWalletScreenContent(
|
|||
PrimaryButton(
|
||||
modifier = Modifier.fillMaxWidth(),
|
||||
showProgress = showProgress,
|
||||
text = stringResource(R.string.save_user_wallet_agreement_allow),
|
||||
text = stringResource(
|
||||
id = R.string.save_user_wallet_agreement_allow,
|
||||
stringResource(id = R.string.common_biometric_authentication),
|
||||
),
|
||||
onClick = onSaveWalletClick,
|
||||
)
|
||||
SpacerH16()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue