replace 'sessions' with 'purchases'

This commit is contained in:
padreug 2025-06-22 20:41:36 +02:00
parent 733fbdd0b4
commit a292f48544

View file

@ -81,7 +81,7 @@
<q-card class="text-center bg-green-1" style="min-height: 100px;">
<q-card-section class="q-pa-md">
<div class="text-h6 text-green-8">${dashboardData.total_transactions}</div>
<div class="text-caption text-green-7 text-weight-medium">DCA Sessions</div>
<div class="text-caption text-green-7 text-weight-medium">DCA Purchases</div>
</q-card-section>
</q-card>
</div>