Updated on 2026-08-14
This commit is contained in:
parent
dd42e71d66
commit
09c5d0f4bc
2 changed files with 7 additions and 4 deletions
|
|
@ -35,11 +35,13 @@ internal class YieldSupplyPromoModel @Inject constructor(
|
|||
tosLink = TangemBlogUrlBuilder.YIELD_SUPPLY_TOS_URL,
|
||||
policyLink = TangemBlogUrlBuilder.YIELD_SUPPLY_PRIVACY_URL,
|
||||
tokenSymbol = params.currency.symbol,
|
||||
title = resourceReference(R.string.yield_module_promo_screen_title),
|
||||
subtitle = resourceReference(
|
||||
R.string.yield_module_promo_screen_variable_rate_info,
|
||||
title = resourceReference(
|
||||
R.string.yield_module_promo_screen_title_v2,
|
||||
wrappedList(params.apy),
|
||||
),
|
||||
subtitle = resourceReference(
|
||||
R.string.yield_module_promo_screen_variable_rate_info_v2,
|
||||
),
|
||||
)
|
||||
|
||||
init {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue