Updated on 2026-08-14
This commit is contained in:
parent
90a109a117
commit
9fce3e758d
8 changed files with 317 additions and 107 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue