From 278645113bc803fbd01ce2ff1d0c49d2b4fcc3a1 Mon Sep 17 00:00:00 2001 From: Jonathan Miller Date: Sun, 31 May 2026 13:14:45 -0500 Subject: [PATCH] fix(cron): add missing translation for cleanup_expired_license_keys Co-Authored-By: Claude Opus 4.6 (1M context) --- 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 e8adfd2668..912ef51dfa 100644 --- a/options/locale/locale_en-US.json +++ b/options/locale/locale_en-US.json @@ -3075,6 +3075,7 @@ "admin.dashboard.reinit_missing_repos": "Reinitialize all missing Git repositories for which records exist", "admin.dashboard.sync_external_users": "Synchronize external user data", "admin.dashboard.cleanup_hook_task_table": "Clean up hook_task table", + "admin.dashboard.cleanup_expired_license_keys": "Clean up expired license keys (older than 1 year)", "admin.dashboard.cleanup_packages": "Clean up expired packages", "admin.dashboard.cleanup_actions": "Clean up expired actions' resources", "admin.dashboard.server_uptime": "Server Uptime",