From 025c2f3857c90b8a0545c4071d6f7369a2a5c6f6 Mon Sep 17 00:00:00 2001 From: Tangem Date: Fri, 20 Sep 2024 14:37:41 +0300 Subject: [PATCH] Updated on 2026-08-14 --- .../tangem/features/markets/portfolio/impl/ui/MyPortfolio.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/markets/impl/src/main/kotlin/com/tangem/features/markets/portfolio/impl/ui/MyPortfolio.kt b/features/markets/impl/src/main/kotlin/com/tangem/features/markets/portfolio/impl/ui/MyPortfolio.kt index 58247416e1..3637c9ed61 100644 --- a/features/markets/impl/src/main/kotlin/com/tangem/features/markets/portfolio/impl/ui/MyPortfolio.kt +++ b/features/markets/impl/src/main/kotlin/com/tangem/features/markets/portfolio/impl/ui/MyPortfolio.kt @@ -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, )