diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-10-08 22:23:39 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-08 14:23:39 +0000 |
commit | f40538e6676da69758d384c34d6e4129316f121e (patch) | |
tree | 3f30eeb2aa5fe6b6c839200f00a807be61f48693 /options | |
parent | ab074c9b982e242178896edea7fc6d7926fdb375 (diff) | |
download | gitea-f40538e6676da69758d384c34d6e4129316f121e.tar.gz gitea-f40538e6676da69758d384c34d6e4129316f121e.zip |
Remove unnecessary desc for openssh key cron task (#27515)
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 4420af1588..b7b99bd7a5 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2741,9 +2741,7 @@ dashboard.deleted_branches_cleanup = Clean-up deleted branches dashboard.update_migration_poster_id = Update migration poster IDs dashboard.git_gc_repos = Garbage collect all repositories dashboard.resync_all_sshkeys = Update the '.ssh/authorized_keys' file with Gitea SSH keys. -dashboard.resync_all_sshkeys.desc = (Not needed for the built-in SSH server.) dashboard.resync_all_sshprincipals = Update the '.ssh/authorized_principals' file with Gitea SSH principals. -dashboard.resync_all_sshprincipals.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 |