mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-15 02:45:22 +00: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 commit61eae5b105
) (cherry picked from commit8fdb43615c
) Conflicts: https://codeberg.org/forgejo/forgejo/pulls/1016 options/locale/locale_en-US.ini
This commit is contained in:
parent
e31c34e893
commit
8c12b08718
|
@ -279,6 +279,7 @@ invalid_admin_setting = Administrator account setting is invalid: %v
|
|||
invalid_log_root_path = The log path is invalid: %v
|
||||
default_keep_email_private = Hide Email Addresses by Default
|
||||
default_keep_email_private_popup = Hide email addresses of new user accounts by default.
|
||||
enable_update_checker_helper_forgejo = Periodically checks for new Forgejo versions by checking a DNS TXT record at release.forgejo.org.
|
||||
default_allow_create_organization = Allow Creation of Organizations by Default
|
||||
default_allow_create_organization_popup = Allow new user accounts to create organizations by default.
|
||||
default_enable_timetracking = Enable Time Tracking by Default
|
||||
|
|
|
@ -152,7 +152,7 @@
|
|||
<label>{{.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