From 3d652eee04d13ce992fbcce9a0fce53d52e99a07 Mon Sep 17 00:00:00 2001 From: Mohamed Bassem Date: Thu, 1 Jan 2026 10:01:43 +0200 Subject: feat: add replace banner and attachment download (#2328) * feat: add replace banner and attachment download * add pdf preview in mobile app * fix menu order * fix comment --- apps/web/components/dashboard/BulkBookmarksAction.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/web/components/dashboard/BulkBookmarksAction.tsx') diff --git a/apps/web/components/dashboard/BulkBookmarksAction.tsx b/apps/web/components/dashboard/BulkBookmarksAction.tsx index bad76ff9..0e74b985 100644 --- a/apps/web/components/dashboard/BulkBookmarksAction.tsx +++ b/apps/web/components/dashboard/BulkBookmarksAction.tsx @@ -283,7 +283,7 @@ export default function BulkBookmarksAction() { hidden: !isBulkEditEnabled, }, { - name: t("actions.download_full_page_archive"), + name: t("actions.preserve_offline_archive"), icon: , action: () => recrawlBookmarks(true), isPending: recrawlBookmarkMutator.isPending, -- cgit v1.2.3-70-g09d2