diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2022-02-10 22:37:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 15:37:10 +0100 |
commit | 0c70b4c211a06e94f2a0a906ed205efcc2932d25 (patch) | |
tree | 097b86829ed63a34c4f1597996417990c5d02940 /options/locale | |
parent | 7489d96db6daa8e12abf97424b6fcc0b65f5a4bd (diff) | |
download | gitea-0c70b4c211a06e94f2a0a906ed205efcc2932d25.tar.gz gitea-0c70b4c211a06e94f2a0a906ed205efcc2932d25.zip |
Fix bug for version update hint (#18701)
Co-authored-by: silverwind <me@silverwind.io>
Diffstat (limited to 'options/locale')
-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 7b3671f90a..1c43132478 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -2382,6 +2382,7 @@ first_page = First last_page = Last total = Total: %d +dashboard.new_version_hint = Gitea %s is now available, you are running %s. Check the <a target="_blank" rel="noreferrer" href="https://blog.gitea.io">blog</a> for more details. dashboard.statistic = Summary dashboard.operations = Maintenance Operations dashboard.system_status = System Status |