diff options
author | John Olheiser <john.olheiser@gmail.com> | 2020-04-09 18:15:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-09 18:15:09 -0500 |
commit | 4ec7a659cee94036d4632a7d3a09d37939ea1548 (patch) | |
tree | 44863b6de7c1c932ab1c7fceb44cc9b6b1c4efc7 /options | |
parent | 8bef490f2fc5012109054d1d5801041391172923 (diff) | |
download | gitea-4ec7a659cee94036d4632a7d3a09d37939ea1548.tar.gz gitea-4ec7a659cee94036d4632a7d3a09d37939ea1548.zip |
Add git hook tooltip (#11030)
Signed-off-by: jolheiser <john.olheiser@gmail.com>
Diffstat (limited to 'options')
-rw-r--r-- | options/locale/locale_en-US.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 2e0f07ada9..50a48e6299 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -1881,6 +1881,7 @@ users.prohibit_login = Disable Sign-In users.is_admin = Is Administrator users.is_restricted = Is Restricted users.allow_git_hook = May Create Git Hooks +users.allow_git_hook_tooltip = Git Hooks are executed as the OS user running Gitea and will have the same level of host access users.allow_import_local = May Import Local Repositories users.allow_create_organization = May Create Organizations users.update_profile = Update User Account |