From 1678f287582a9407ebede7da3c0863f7b0efbc51 Mon Sep 17 00:00:00 2001 From: Claude Code Date: Sat, 10 Jan 2026 23:49:26 +0100 Subject: [PATCH] fix: Add missing translation for cleanup_expired_upload_sessions cron task --- options/locale/locale_en-US.json | 1 + 1 file changed, 1 insertion(+) diff --git a/options/locale/locale_en-US.json b/options/locale/locale_en-US.json index e63f66c894..87392645c4 100644 --- a/options/locale/locale_en-US.json +++ b/options/locale/locale_en-US.json @@ -2937,6 +2937,7 @@ "admin.dashboard.cleanup_hook_task_table": "Clean up hook_task table", "admin.dashboard.cleanup_packages": "Clean up expired packages", "admin.dashboard.cleanup_actions": "Clean up expired actions' resources", + "admin.dashboard.cleanup_expired_upload_sessions": "Clean up expired upload sessions", "admin.dashboard.server_uptime": "Server Uptime", "admin.dashboard.current_goroutine": "Current Goroutines", "admin.dashboard.current_memory_usage": "Current Memory Usage",