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,