diff options
author | 6543 <6543@obermui.de> | 2020-05-18 07:31:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-18 06:31:49 +0100 |
commit | bbd9bebcc31dc2383482c3415bd298666318113f (patch) | |
tree | da7b8324c638cd95bb7545c2310407de276124ee /options | |
parent | fb43fbe0aacf2e0f377432bae98ede408310f777 (diff) | |
download | gitea-bbd9bebcc31dc2383482c3415bd298666318113f.tar.gz gitea-bbd9bebcc31dc2383482c3415bd298666318113f.zip |
Fix "Unknown task: git_fsck" error on admin dashboard (#11468) (#11471)
* Fix "Unknown task: git_fsck" error on admin dashboard (#11468)
* Update .drone.yml
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index f6c9b43ee5..d10f4c2478 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1872,7 +1872,6 @@ dashboard.resync_all_sshkeys.desc = (Not needed for the built-in SSH server.) dashboard.resync_all_hooks = Resynchronize pre-receive, update and post-receive hooks of all repositories. dashboard.reinit_missing_repos = Reinitialize all missing Git repositories for which records exist dashboard.sync_external_users = Synchronize external user data -dashboard.git_fsck = Execute health checks on all repositories dashboard.server_uptime = Server Uptime dashboard.current_goroutine = Current Goroutines dashboard.current_memory_usage = Current Memory Usage |