aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app/admin/layout.tsx
diff options
context:
space:
mode:
authorMohamed Bassem <me@mbassem.com>2025-03-09 13:22:18 +0000
committerMohamed Bassem <me@mbassem.com>2025-03-09 13:22:36 +0000
commit80a808048340f7f5e95e71c4ee649fdae7c8c565 (patch)
tree746f98855915c91695a5747fc4281bdba268aee1 /apps/web/app/admin/layout.tsx
parentf42a305fcbd68bf5983bdd75a784ea87e818fd2f (diff)
downloadkarakeep-80a808048340f7f5e95e71c4ee649fdae7c8c565.tar.zst
feat: Move background jobs with the admin actions. Fixes #1083
Diffstat (limited to 'apps/web/app/admin/layout.tsx')
-rw-r--r--apps/web/app/admin/layout.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/web/app/admin/layout.tsx b/apps/web/app/admin/layout.tsx
index 7b20b7ad..20bd38bb 100644
--- a/apps/web/app/admin/layout.tsx
+++ b/apps/web/app/admin/layout.tsx
@@ -31,9 +31,9 @@ const adminSidebarItems = (
path: "/admin/users",
},
{
- name: t("common.actions"),
+ name: t("admin.background_jobs.background_jobs"),
icon: <Settings size={18} />,
- path: "/admin/actions",
+ path: "/admin/background_jobs",
},
];