From c2f7aca9dadc3f39abc7d49939a8d49622abbe2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Mon, 21 Oct 2024 22:31:50 +0200 Subject: [PATCH] conf: Improve delete_old_actions description This matches the text in the web interface. The old description can be easily mistaken for handling "Forgejo Actions". --- custom/conf/app.example.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index 2eff51fe98..24a1ccc6f4 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -2296,7 +2296,7 @@ LEVEL = Info ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; -;; Delete all old actions from database +;; Delete all old activities from database ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;[cron.delete_old_actions] ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;