[PRIVACY]: Adjust update checker description

- Resolves #323
- Adjust the description of the update check function on the
installation page to describe the privacy method instead of the HTTP
method by checking gitea.io
This commit is contained in:
Gusted 2023-06-24 13:20:23 +02:00
parent 9889203301
commit 61eae5b105
No known key found for this signature in database
GPG key ID: FD821B732837125F
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -152,7 +152,7 @@
<label for="enable_update_checker">{{.locale.Tr "install.enable_update_checker"}}</label>
<input name="enable_update_checker" type="checkbox">
</div>
<span class="help">{{.locale.Tr "install.enable_update_checker_helper"}}</span>
<span class="help">{{.locale.Tr "install.enable_update_checker_helper_forgejo"}}</span>
</div>