From 7db24c9cf0d6552c2006b8622f95f3fe9211be75 Mon Sep 17 00:00:00 2001 From: Tangem Date: Fri, 23 May 2025 11:45:27 +0300 Subject: [PATCH] Updated on 2026-08-14 --- .../tangem/features/markets/tokenlist/impl/ui/MarketsList.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/markets/impl/src/main/kotlin/com/tangem/features/markets/tokenlist/impl/ui/MarketsList.kt b/features/markets/impl/src/main/kotlin/com/tangem/features/markets/tokenlist/impl/ui/MarketsList.kt index 68a985baf1..a0f8508f89 100644 --- a/features/markets/impl/src/main/kotlin/com/tangem/features/markets/tokenlist/impl/ui/MarketsList.kt +++ b/features/markets/impl/src/main/kotlin/com/tangem/features/markets/tokenlist/impl/ui/MarketsList.kt @@ -132,7 +132,7 @@ private fun Content(state: MarketsListUM, onHeaderSizeChange: (Dp) -> Unit, modi state.stakingNotificationMaxApy != null && state.selectedSortBy != SortByTypeUM.Staking, ) { - val showMore = stringResourceSafe(R.string.markets_staking_banner_description_show_more) + val showMore = stringResourceSafe(R.string.common_show_more) val description = stringResourceSafe( R.string.markets_staking_banner_description_placeholder, showMore,