mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
Improve names of cron jobs for Actions (#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"> (cherry picked from commit 9ac57c957f9dc88b1394008d6efb79f29a4c3396) Conflicts: options/locale/locale_en-US.ini trivial context conflict
This commit is contained in:
parent
c784a58740
commit
51f414d466
1 changed files with 4 additions and 4 deletions
|
@ -3021,10 +3021,10 @@ dashboard.delete_old_actions.started = Delete all old activities from database s
|
|||
dashboard.update_checker = Update checker
|
||||
dashboard.delete_old_system_notices = Delete all old system notices from database
|
||||
dashboard.gc_lfs = Garbage collect LFS meta objects
|
||||
dashboard.stop_zombie_tasks = Stop zombie tasks
|
||||
dashboard.stop_endless_tasks = Stop endless tasks
|
||||
dashboard.cancel_abandoned_jobs = Cancel abandoned jobs
|
||||
dashboard.start_schedule_tasks = Start schedule tasks
|
||||
dashboard.stop_zombie_tasks = Stop zombie actions tasks
|
||||
dashboard.stop_endless_tasks = Stop endless actions tasks
|
||||
dashboard.cancel_abandoned_jobs = Cancel abandoned actions jobs
|
||||
dashboard.start_schedule_tasks = Start schedule actions tasks
|
||||
dashboard.sync_branch.started = Branch sync started
|
||||
dashboard.sync_tag.started = Tag sync started
|
||||
dashboard.rebuild_issue_indexer = Rebuild issue indexer
|
||||
|
|
Loading…
Reference in a new issue