Updated on 2026-08-14

This commit is contained in:
Tangem 2026-03-13 14:34:15 +03:00
parent 37023a15b4
commit d46a05479b
2 changed files with 2 additions and 2 deletions

View file

@ -138,7 +138,7 @@ internal object WalletScreenPreviewDataLegacy {
TokensListItemUM.Portfolio(
content = PortfolioItemContentUM.Empty(
action = PortfolioItemContentUM.Empty.Action(
text = stringReference("Manage tokens"),
text = resourceReference(id = R.string.onboarding_add_tokens),
onClick = {},
),
),

View file

@ -142,7 +142,7 @@ internal class TokenListStateConverter(
is WalletTokensListState.Empty -> listOf()
}
val onEmptyAction = PortfolioItemContentUM.Empty.Action(
text = resourceReference(id = R.string.main_manage_tokens),
text = resourceReference(id = R.string.onboarding_add_tokens),
onClick = { clickIntents.onManageTokensClick(account.accountId) },
)
return TokensListPortfolioItemConverter(