diff options
author | Pilou <pierre-louis@libregerbil.fr> | 2022-03-28 14:54:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 13:54:59 +0100 |
commit | 893c8938fc81166f386ff203f2129497ceddbc32 (patch) | |
tree | a4b0d79b4c4871932d344fa9c29a0aaa77139951 /options | |
parent | 6526733a58632086d51ce7211b3a4dc75dbbef90 (diff) | |
download | gitea-893c8938fc81166f386ff203f2129497ceddbc32.tar.gz gitea-893c8938fc81166f386ff203f2129497ceddbc32.zip |
New cron task: delete old system notices (#19219)
Add a new cron task which deletes the old system notices.
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index b371c047e3..5008cd2bab 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2463,6 +2463,7 @@ dashboard.gc_times = GC Times dashboard.delete_old_actions = Delete all old actions from database dashboard.delete_old_actions.started = Delete all old actions from database started. dashboard.update_checker = Update checker +dashboard.delete_old_system_notices = Delete all old system notices from database users.user_manage_panel = User Account Management users.new_account = Create User Account |