File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1881,6 +1881,7 @@ users.prohibit_login = Disable Sign-In
1881
1881
users.is_admin = Is Administrator
1882
1882
users.is_restricted = Is Restricted
1883
1883
users.allow_git_hook = May Create Git Hooks
1884
+ users.allow_git_hook_tooltip = Git Hooks are executed as the OS user running Gitea and will have the same level of host access
1884
1885
users.allow_import_local = May Import Local Repositories
1885
1886
users.allow_create_organization = May Create Organizations
1886
1887
users.update_profile = Update User Account
Original file line number Diff line number Diff line change 90
90
</div>
91
91
</div>
92
92
<div class="inline field">
93
- <div class="ui checkbox">
93
+ <div class="ui checkbox" data-tooltip="{{.i18n.Tr "admin.users.allow_git_hook_tooltip"}}" >
94
94
<label><strong>{{.i18n.Tr "admin.users.allow_git_hook"}}</strong></label>
95
95
<input name="allow_git_hook" type="checkbox" {{if .User.CanEditGitHook}}checked{{end}} {{if DisableGitHooks}}disabled{{end}}>
96
96
</div>
You can’t perform that action at this time.
0 commit comments