Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-20 14:37:41 +03:00
parent 7eb16ddaff
commit 025c2f3857

View file

@ -127,7 +127,7 @@ private fun AddFirstTokenContent(state: MyPortfolioUM.AddFirstToken, modifier: M
verticalArrangement = Arrangement.spacedBy(TangemTheme.dimens.spacing12),
) {
Text(
text = "To start buying, exchanging or receiving this asset, add this token to at least 1 network", // FIXME
text = stringResource(R.string.markets_add_to_my_portfolio_description),
style = TangemTheme.typography.body2,
color = TangemTheme.colors.text.tertiary,
)