Updated on 2026-08-14

This commit is contained in:
Tangem 2022-12-09 10:27:45 +03:00
parent 93c4d337d2
commit aa143c12fb
45 changed files with 613 additions and 300 deletions

View file

@ -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()