diff options
author | Unknwon <u@gogs.io> | 2017-02-20 01:04:02 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-20 01:04:02 -0500 |
commit | 2322de653c4b5b4a1be19b54a64b6d20b308bdac (patch) | |
tree | 829e05face452adacf5ac04b04184e5b69a66209 /conf | |
parent | 95b94b2166be0f53a15f9107037e9a3bd2481ba3 (diff) |
models/webhook: fix bad query
Diffstat (limited to 'conf')
-rw-r--r-- | conf/locale/locale_en-US.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/locale/locale_en-US.ini b/conf/locale/locale_en-US.ini index cecba0d7..a2647391 100644 --- a/conf/locale/locale_en-US.ini +++ b/conf/locale/locale_en-US.ini @@ -938,7 +938,7 @@ dashboard.git_gc_repos = Do garbage collection on repositories dashboard.git_gc_repos_success = All repositories have done garbage collection successfully. dashboard.resync_all_sshkeys = Rewrite '.ssh/authorized_keys' file (caution: non-Gogs keys will be lost) dashboard.resync_all_sshkeys_success = All public keys have been rewritten successfully. -dashboard.resync_all_hooks = Resync pre-receive, update and post-receive hooks of all repositories. +dashboard.resync_all_hooks = Resync pre-receive, update and post-receive hooks of all repositories dashboard.resync_all_hooks_success = All repositories' pre-receive, update and post-receive hooks have been resynced successfully. dashboard.reinit_missing_repos = Reinitialize all repository records that lost Git files dashboard.reinit_missing_repos_success = All repository records that lost Git files have been reinitialized successfully. |