fix(events): clarify the scan-tickets "Remaining" stat as "Not scanned"
The scan station's third stat card (sold minus scanned) was labeled "Remaining", which read like leftover sales capacity. Relabel it "Not scanned" so the trio reads unambiguously: Scanned + Not scanned = Sold. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
0e98a21db3
commit
f3612f82ac
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ function fmtTime(iso: string) {
|
|||
<p class="text-2xl font-bold text-foreground">
|
||||
{{ remainingCount ?? '—' }}
|
||||
</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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue