Skip to content

Commit 37348ef

Browse files
committed
Rename Total Earnings to Total Balance, fix first-day delta
Total Balance reflects cumulative balance across all services. Today/Month show real deltas from tracking start. Baseline records inserted so first collection day shows zero delta.
1 parent e73f970 commit 37348ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/templates/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<!-- Stats Row -->
99
<div class="stats-grid">
1010
<div class="stat-card">
11-
<div class="stat-label">Total Earnings</div>
11+
<div class="stat-label">Total Balance</div>
1212
<div class="stat-value highlight" id="total-earnings">$0.00</div>
1313
</div>
1414
<div class="stat-card">

0 commit comments

Comments
 (0)