aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/BulkBookmarksAction.tsx
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2026-01-01 10:01:43 +0200
committerGitHub <noreply@github.com>2026-01-01 08:01:43 +0000
commit3d652eee04d13ce992fbcce9a0fce53d52e99a07 (patch)
treebb8e3a7a5e30be075b351a9ebd5de8f9975f35dc /apps/web/components/dashboard/BulkBookmarksAction.tsx
parent7a76216e5c971a300e9db32c93509b0376f6f47e (diff)
downloadkarakeep-3d652eee04d13ce992fbcce9a0fce53d52e99a07.tar.zst
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
Diffstat (limited to 'apps/web/components/dashboard/BulkBookmarksAction.tsx')
-rw-r--r--apps/web/components/dashboard/BulkBookmarksAction.tsx2
1 files changed, 1 insertions, 1 deletions
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: <FileDown size={18} />,
action: () => recrawlBookmarks(true),
isPending: recrawlBookmarkMutator.isPending,