fix(events): clarify scan-tickets "Remaining" stat as "Not scanned" #116

Merged
padreug merged 1 commit from feat/scan-tickets-sold-label into dev 2026-06-18 12:45:50 +00:00

View file

@ -190,7 +190,7 @@ function fmtTime(iso: string) {
<p class="text-2xl font-bold text-foreground"> <p class="text-2xl font-bold text-foreground">
{{ remainingCount ?? '—' }} {{ remainingCount ?? '—' }}
</p> </p>
<p class="text-[10px] uppercase tracking-wide text-muted-foreground mt-1">Remaining</p> <p class="text-[10px] uppercase tracking-wide text-muted-foreground mt-1">Not scanned</p>
</div> </div>
</div> </div>