From 8c62ec28f2948f62e010fea9c4fd01fd6de12f0b Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 13 Mar 2026 19:01:03 +0100 Subject: [PATCH] Rename "Bulk Import" to "Import All Sources" and remove file size mention Co-Authored-By: Claude Opus 4.6 --- apps/web/src/components/action-bar.tsx | 2 +- apps/web/src/components/bulk-import-prompt.tsx | 5 ++--- apps/web/src/components/stat-block-panel.tsx | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/apps/web/src/components/action-bar.tsx b/apps/web/src/components/action-bar.tsx index 41c9416..5f86014 100644 --- a/apps/web/src/components/action-bar.tsx +++ b/apps/web/src/components/action-bar.tsx @@ -241,7 +241,7 @@ function buildOverflowItems(opts: { if (opts.bestiaryLoaded && opts.onBulkImport) { items.push({ icon: , - label: "Bulk Import", + label: "Import All Sources", onClick: opts.onBulkImport, disabled: opts.bulkImportDisabled, }); diff --git a/apps/web/src/components/bulk-import-prompt.tsx b/apps/web/src/components/bulk-import-prompt.tsx index a69c2ad..1b50601 100644 --- a/apps/web/src/components/bulk-import-prompt.tsx +++ b/apps/web/src/components/bulk-import-prompt.tsx @@ -75,11 +75,10 @@ export function BulkImportPrompt({

- Bulk Import Sources + Import All Sources

- Load stat block data for all {totalSources} sources at once. This will - download approximately 12.5 MB of data. + Load stat block data for all {totalSources} sources at once.

diff --git a/apps/web/src/components/stat-block-panel.tsx b/apps/web/src/components/stat-block-panel.tsx index 1a715ee..499a90f 100644 --- a/apps/web/src/components/stat-block-panel.tsx +++ b/apps/web/src/components/stat-block-panel.tsx @@ -335,7 +335,7 @@ export function StatBlockPanel({ (sourceManagerMode ? "Sources" : bulkImportMode - ? "Bulk Import" + ? "Import All Sources" : "Creature"); if (isDesktop) {