Skip to content
This repository was archived by the owner on Jul 25, 2025. It is now read-only.

Commit edd24e1

Browse files
committed
Fix typos in feature headings across budgeting, tracking, and transactions views
- Corrected "Eftortless" to "Effortless" in budgeting.html.erb, tracking.html.erb, and transactions.html.erb to enhance clarity and professionalism.
1 parent 54721f0 commit edd24e1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/views/features/budgeting.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<%= lucide_icon "chart-pie", class: "text-gray-500 w-5 h-5" %>
2727
</div>
2828
<div class="text-[1.125rem] leading-[1.4] tracking-normal">
29-
<h3 class=" text-gray-800 font-medium mb-0">Eftortless budgeting</h3>
29+
<h3 class=" text-gray-800 font-medium mb-0">Effortless budgeting</h3>
3030
<p class="text-gray-400 font-normal">Customize category budgets, set smart allocations, and track every cent.</p>
3131
</div>
3232
</div>

app/views/features/tracking.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<%= lucide_icon "link-2", class: "text-gray-500 w-5 h-5" %>
2727
</div>
2828
<div class="text-[1.125rem] leading-[1.4] tracking-normal">
29-
<h3 class=" text-gray-800 font-medium mb-0">Eftortless account linking</h3>
29+
<h3 class=" text-gray-800 font-medium mb-0">Effortless account linking</h3>
3030
<p class="text-gray-400 font-normal">Easily link accounts from over 10,000 financial institutions with best-in-class reliability.</p>
3131
</div>
3232
</div>

app/views/features/transactions.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<%= lucide_icon "credit-card", class: "text-gray-500 w-5 h-5" %>
2727
</div>
2828
<div class="text-[1.125rem] leading-[1.4] tracking-normal">
29-
<h3 class=" text-gray-800 font-medium mb-0">Eftortless tracking</h3>
29+
<h3 class=" text-gray-800 font-medium mb-0">Effortless tracking</h3>
3030
<p class="text-gray-400 font-normal">Easily monitor, categorize, and review your transactions in one place.</p>
3131
</div>
3232
</div>

0 commit comments

Comments
 (0)