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, )