Skip to content

Commit d4533e8

Browse files
author
Gusted
committed
Use correct variable
1 parent d8a98e3 commit d4533e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

options/locale/locale_en-US.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ no_reply_address_helper = Domain name for users with a hidden email address. For
239239
password_algorithm = Password Hash Algorithm
240240
password_algorithm_helper = Set the password hashing algorithm. Algorithms have differing requirements and strength. `argon2` whilst having good characteristics uses a lot of memory and may be inappropriate for small systems.
241241
enable_update_checker = Enable the update checker
242-
enable_update_checker_helper = Checks for new version releases periodically by connecting to gitea.io
242+
enable_update_checker_popup = Checks for new version releases periodically by connecting to gitea.io
243243

244244
[home]
245245
uname_holder = Username or Email Address

templates/install.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
</div>
286286
<div class="inline field">
287287
<div class="ui checkbox">
288-
<label class="tooltip" data-content="{{.locale.Tr "install.enable_update_checker_helper"}}"><strong>{{.locale.Tr "install.enable_update_checker"}}</strong></label>
288+
<label class="tooltip" data-content="{{.locale.Tr "install.enable_update_checker_popup"}}"><strong>{{.locale.Tr "install.enable_update_checker"}}</strong></label>
289289
<input name="enable_update_checker" type="checkbox" {{if .enable_update_checker}}checked{{end}}>
290290
</div>
291291
</div>

0 commit comments

Comments
 (0)