mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 07:09:21 +01:00
[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
(cherry picked from commit 61eae5b105
)
This commit is contained in:
parent
74b5133374
commit
8fdb43615c
2 changed files with 2 additions and 1 deletions
|
@ -290,6 +290,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
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue