diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 7845b1d521..e776f5b1f2 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -295,6 +295,7 @@ invalid_password_algorithm = Invalid password hash algorithm password_algorithm_helper = Set the password hashing algorithm. Algorithms have differing requirements and strength. The argon2 algorithm is rather secure but uses a lot of memory and may be inappropriate for small systems. enable_update_checker = Enable Update Checker enable_update_checker_helper = Checks for new version releases periodically by connecting to gitea.io. +enable_update_checker_helper_forgejo = Periodically checks for new Forgejo versions by checking a DNS TXT record at release.forgejo.org. [home] uname_holder = Username or Email Address diff --git a/templates/install.tmpl b/templates/install.tmpl index 3df4455416..1177cb3ca3 100644 --- a/templates/install.tmpl +++ b/templates/install.tmpl @@ -152,7 +152,7 @@ - {{.locale.Tr "install.enable_update_checker_helper"}} + {{.locale.Tr "install.enable_update_checker_helper_forgejo"}}