diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2021-02-19 14:24:51 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 01:24:51 -0500 |
commit | 430b3b780619bfcdcf0af209e0cba45caa32efbd (patch) | |
tree | ce59fd0a1dd4b157951fab36fcf18cee32bc15a8 | |
parent | cc551dac977bcc1680e97b275b822859ca9edb07 (diff) | |
download | gitea-430b3b780619bfcdcf0af209e0cba45caa32efbd.tar.gz gitea-430b3b780619bfcdcf0af209e0cba45caa32efbd.zip |
Fix misleading word on delete repositories' archives (#14737)
-rw-r--r-- | options/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 8b0e5fd8be..ec9f82ef03 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2059,7 +2059,7 @@ dashboard.cron.error=Error in Cron: %s: %[3]s dashboard.cron.finished=Cron: %[1]s has finished dashboard.delete_inactive_accounts = Delete all unactivated accounts dashboard.delete_inactive_accounts.started = Delete all unactivated accounts task started. -dashboard.delete_repo_archives = Delete all repository archives +dashboard.delete_repo_archives = "Delete all repositories' archives (ZIP, TAR.GZ, etc..)" dashboard.delete_repo_archives.started = Delete all repository archives task started. dashboard.delete_missing_repos = Delete all repositories missing their Git files dashboard.delete_missing_repos.started = Delete all repositories missing their Git files task started. |