Skip to content

Commit 9ac57c9

Browse files
authored
Improve names of cron jobs for Actions (go-gitea#31736)
Before: <img width="1641" alt="image" src="https://github.com/user-attachments/assets/60fa3f3e-cf19-4903-b080-616aef28057b"> After: <img width="1674" alt="image" src="https://github.com/user-attachments/assets/b04fd01e-838d-45c3-9655-cb39a2f7d1f2">
1 parent 666c2b2 commit 9ac57c9

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

options/locale/locale_en-US.ini

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2870,7 +2870,7 @@ dashboard.reinit_missing_repos = Reinitialize all missing Git repositories for w
28702870
dashboard.sync_external_users = Synchronize external user data
28712871
dashboard.cleanup_hook_task_table = Cleanup hook_task table
28722872
dashboard.cleanup_packages = Cleanup expired packages
2873-
dashboard.cleanup_actions = Cleanup actions expired logs and artifacts
2873+
dashboard.cleanup_actions = Cleanup expired actions resources
28742874
dashboard.server_uptime = Server Uptime
28752875
dashboard.current_goroutine = Current Goroutines
28762876
dashboard.current_memory_usage = Current Memory Usage
@@ -2900,15 +2900,15 @@ dashboard.total_gc_time = Total GC Pause
29002900
dashboard.total_gc_pause = Total GC Pause
29012901
dashboard.last_gc_pause = Last GC Pause
29022902
dashboard.gc_times = GC Times
2903-
dashboard.delete_old_actions = Delete all old actions from database
2904-
dashboard.delete_old_actions.started = Delete all old actions from database started.
2903+
dashboard.delete_old_actions = Delete all old activities from database
2904+
dashboard.delete_old_actions.started = Delete all old activities from database started.
29052905
dashboard.update_checker = Update checker
29062906
dashboard.delete_old_system_notices = Delete all old system notices from database
29072907
dashboard.gc_lfs = Garbage collect LFS meta objects
2908-
dashboard.stop_zombie_tasks = Stop zombie tasks
2909-
dashboard.stop_endless_tasks = Stop endless tasks
2910-
dashboard.cancel_abandoned_jobs = Cancel abandoned jobs
2911-
dashboard.start_schedule_tasks = Start schedule tasks
2908+
dashboard.stop_zombie_tasks = Stop actions zombie tasks
2909+
dashboard.stop_endless_tasks = Stop actions endless tasks
2910+
dashboard.cancel_abandoned_jobs = Cancel actions abandoned jobs
2911+
dashboard.start_schedule_tasks = Start actions schedule tasks
29122912
dashboard.sync_branch.started = Branches Sync started
29132913
dashboard.sync_tag.started = Tags Sync started
29142914
dashboard.rebuild_issue_indexer = Rebuild issue indexer

0 commit comments

Comments
 (0)