diff --git a/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/warning/ui/YieldSupplyDepositedWarningContent.kt b/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/warning/ui/YieldSupplyDepositedWarningContent.kt index 6f1917fa96..4a07dbf93a 100644 --- a/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/warning/ui/YieldSupplyDepositedWarningContent.kt +++ b/features/yield-supply/impl/src/main/java/com/tangem/features/yield/supply/impl/warning/ui/YieldSupplyDepositedWarningContent.kt @@ -109,7 +109,7 @@ private fun Content(warningUM: YieldSupplyDepositedWarningUM) { Text( textAlign = TextAlign.Center, - text = stringResourceSafe(R.string.yield_module_explore_sheet_title, warningUM.network), + text = stringResourceSafe(R.string.yield_module_balance_info_sheet_title, warningUM.network), style = TangemTheme.typography.h3, color = TangemTheme.colors.text.primary1, ) @@ -118,7 +118,7 @@ private fun Content(warningUM: YieldSupplyDepositedWarningUM) { Text( textAlign = TextAlign.Center, - text = stringResourceSafe(R.string.yield_module_explore_sheet_description), + text = stringResourceSafe(R.string.yield_module_balance_info_sheet_subtitle), style = TangemTheme.typography.body2, color = TangemTheme.colors.text.secondary, )