From e17996366a9d7d5534f57f90c5e146b4e02316de Mon Sep 17 00:00:00 2001 From: Tangem Date: Fri, 14 Nov 2025 14:04:37 +0500 Subject: [PATCH] Updated on 2026-08-14 --- .../impl/subcomponents/active/ui/YieldSupplyActiveContent.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/subcomponents/active/ui/YieldSupplyActiveContent.kt b/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/subcomponents/active/ui/YieldSupplyActiveContent.kt index f303d4ae1e..70282dca3f 100644 --- a/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/subcomponents/active/ui/YieldSupplyActiveContent.kt +++ b/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/subcomponents/active/ui/YieldSupplyActiveContent.kt @@ -226,7 +226,7 @@ private fun YieldSupplyActiveMyFunds( color = TangemTheme.colors.stroke.primary, ) HighComissionInfoRow( - title = resourceReference(R.string.common_network_fee_title), + title = resourceReference(R.string.common_estimated_fee), info = state.currentFee, isHighComission = state.isHighFee, )