Rename "Bulk Import" to "Import All Sources" and remove file size mention

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Lukas
2026-03-13 19:01:03 +01:00
parent 72195e90f6
commit 8c62ec28f2
3 changed files with 4 additions and 5 deletions

View File

@@ -241,7 +241,7 @@ function buildOverflowItems(opts: {
if (opts.bestiaryLoaded && opts.onBulkImport) {
items.push({
icon: <Import className="h-4 w-4" />,
label: "Bulk Import",
label: "Import All Sources",
onClick: opts.onBulkImport,
disabled: opts.bulkImportDisabled,
});