From 9bd318a177b92a77c27adf916b18dc5312ed4dbb Mon Sep 17 00:00:00 2001 From: Taylor Brazelton Date: Wed, 14 May 2025 15:30:06 -0700 Subject: [PATCH] Typo fix for piece to place. --- app/views/onboardings/goals.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/onboardings/goals.html.erb b/app/views/onboardings/goals.html.erb index f08f51cb..9ea04b07 100644 --- a/app/views/onboardings/goals.html.erb +++ b/app/views/onboardings/goals.html.erb @@ -26,7 +26,7 @@
<% [ - { icon: "layers", label: "See all my accounts in one piece", value: "unified_accounts" }, + { icon: "layers", label: "See all my accounts in one place", value: "unified_accounts" }, { icon: "banknote", label: "Understand cashflow and expenses", value: "cashflow" }, { icon: "pie-chart", label: "Manage financial plans and budgeting", value: "budgeting" }, { icon: "users", label: "Manage finances with a partner", value: "partner" }, -- 2.53.0