diff --git a/core/res/src/main/res/values/strings.xml b/core/res/src/main/res/values/strings.xml
index 918fe3a51b..deea678229 100644
--- a/core/res/src/main/res/values/strings.xml
+++ b/core/res/src/main/res/values/strings.xml
@@ -1987,8 +1987,9 @@
Decentralized and self-custodial
By using this service, you agree with provider\n%1$s and %2$s
Connect to Aave
- Enable %1$s%% APY on your balance
+ Enable %1$s%% APY\non your balance
Aave %1$s%% • Variable Interest Rate
+ Variable Interest Rate
Aave
Avg %s
Last year\'s returns
diff --git a/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/promo/model/YieldSupplyPromoModel.kt b/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/promo/model/YieldSupplyPromoModel.kt
index 2c01ceb12d..642777e14b 100644
--- a/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/promo/model/YieldSupplyPromoModel.kt
+++ b/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/promo/model/YieldSupplyPromoModel.kt
@@ -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 {