diff --git a/app/src/main/java/com/ivy/wallet/domain/deprecated/logic/CustomerJourneyLogic.kt b/app/src/main/java/com/ivy/wallet/domain/deprecated/logic/CustomerJourneyLogic.kt index 76221603e0..2a8849c848 100644 --- a/app/src/main/java/com/ivy/wallet/domain/deprecated/logic/CustomerJourneyLogic.kt +++ b/app/src/main/java/com/ivy/wallet/domain/deprecated/logic/CustomerJourneyLogic.kt @@ -132,7 +132,8 @@ class CustomerJourneyLogic( trnCount >= 7 }, title = stringRes(R.string.did_you_know), - description = stringRes(R.string.expenses_piechart_description), + description = "You can see a PieChart for your expenses!" + + " Click the Expense card on the top of the dashboard.", cta = stringRes(R.string.expenses_piechart), ctaIcon = R.drawable.ic_custom_bills_s, background = Gradient.solid(Red),