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
628f85a074
commit
551b3e5701
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">
|
<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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue