Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-20 00:12:53 +00:00
co-authored by renee-png
parent d0674f0e80
commit 05d14f2efa
@@ -496,7 +496,9 @@ export function BulkConvertToCollectionsDialog({ open, onOpenChange, cases, onCr
}
>
{submitting && <Loader2 className="h-4 w-4 mr-2 animate-spin" />}
Create up to {projectedCount} collection{projectedCount === 1 ? "" : "s"}
{combine
? `Create up to ${eligibleCases.length + (includeEmpty ? eligibleCases.length : 0)} collection${eligibleCases.length + (includeEmpty ? eligibleCases.length : 0) === 1 ? "" : "s"}`
: `Create up to ${projectedCount} collection${projectedCount === 1 ? "" : "s"}`}
</Button>
</DialogFooter>
</DialogContent>