diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-03-09 13:22:18 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-03-09 13:22:36 +0000 |
| commit | 80a808048340f7f5e95e71c4ee649fdae7c8c565 (patch) | |
| tree | 746f98855915c91695a5747fc4281bdba268aee1 /apps/web/app/admin/layout.tsx | |
| parent | f42a305fcbd68bf5983bdd75a784ea87e818fd2f (diff) | |
| download | karakeep-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.tsx | 4 |
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", }, ]; |
