diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-10-26 09:58:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-26 09:58:51 +0000 |
| commit | 6ea5dd194e7be62c1a51566f31808be076d3b139 (patch) | |
| tree | 3a7d207bfd78a4e18d9ef135c7b5fef1106a318f /apps/web/lib/i18n | |
| parent | 046c29dcf1083f0ab89b080f7696e6d642a6bd17 (diff) | |
| download | karakeep-6ea5dd194e7be62c1a51566f31808be076d3b139.tar.zst | |
refactor: generalize tidy assets queue into admin maintenance (#2059)
* refactor: generalize admin maintenance queue
* more fixes
Diffstat (limited to 'apps/web/lib/i18n')
| -rw-r--r-- | apps/web/lib/i18n/locales/en/translation.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/web/lib/i18n/locales/en/translation.json b/apps/web/lib/i18n/locales/en/translation.json index 4e79be51..f000bab5 100644 --- a/apps/web/lib/i18n/locales/en/translation.json +++ b/apps/web/lib/i18n/locales/en/translation.json @@ -381,9 +381,9 @@ "title": "Asset Preprocessing Jobs", "description": "Image and document preprocessing (screenshots, text extraction, etc.)" }, - "tidy_assets": { - "title": "Tidy Assets Jobs", - "description": "Asset cleanup and storage optimization" + "admin_maintenance": { + "title": "Admin Maintenance Jobs", + "description": "Administrative cleanup and asset maintenance" }, "video": { "title": "Video Download Jobs", |
