Updated on 2026-08-14
This commit is contained in:
parent
5e8ab3960d
commit
08a78738cb
1 changed files with 2 additions and 2 deletions
|
|
@ -84,8 +84,8 @@ private fun SegmentSeedBlock(state: MultiWalletSeedPhraseUM.GenerateSeedPhrase,
|
|||
Text(
|
||||
text = pluralStringResourceSafe(
|
||||
id = R.plurals.onboarding_seed_generate_words_count,
|
||||
count = state.option.length,
|
||||
state.option.length,
|
||||
count = it.length,
|
||||
it.length,
|
||||
),
|
||||
modifier = Modifier
|
||||
.padding(vertical = TangemTheme.dimens.spacing10)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue