Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
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>
|
||||
|
||||
Reference in New Issue
Block a user